Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/courajs/redis_jsi

redis-jsi
https://github.com/courajs/redis_jsi

Last synced: 5 days ago
JSON representation

redis-jsi

Awesome Lists containing this project

README

        

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`