redis-jsi

v0.0.1
We use a slightly strange redis structure. We use lots of hashes, where the values are the indexes of other hashes and values in redis. Lots of guids. This lets you dump such a structure from redis into a javascript object, and hands it to you in a node r
redis object jsi

This is sort of an ad-hoc redis ORM. Right now this is only the read half, and can't really interface with other programs - it's only a command line client. It will resolve any 'pointers' -- that is if the value of a key is the same as another key, it turns into a javascript reference Run it, and you will be dumped into a repl, with the contents of a local redis instance stored in the 'result' variable

It's written to be installed globally:

npm install -g redis-jsi

Then run using redis-jsi

npm i redis-jsi

Metadata

  • BSD
  • Whatever
  • FellowMD
  • released 6/26/2013

Downloads

Maintainers