Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/courajs/redis_jsi
redis-jsi
https://github.com/courajs/redis_jsi
Last synced: 5 days ago
JSON representation
redis-jsi
- Host: GitHub
- URL: https://github.com/courajs/redis_jsi
- Owner: courajs
- Created: 2013-06-07T20:50:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-26T22:15:09.000Z (over 11 years ago)
- Last Synced: 2024-11-07T08:45:54.416Z (about 2 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
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' variableIt's written to be installed globally:
```
npm install -g redis-jsi
```Then run using `redis-jsi`