Today I answered this question on Stackoverflow on
Getting hierchical data from redis with node.js. What was interesting with this one was that the implementation had to use Redis Set to build and save a tree. RedisTree offers an
asynchronous implementation for
storing and loading trees from Redis.
Usage
Tree format
Try it!
npm install redistree