then-redis
A fast, promise-based Redis client for node.js
File Explorer
Download Latest Version (.zip)- .eslintrc
- auth-test.js
- buffers-test.js
- connection-flag-test.js
- db.js
- decr-test.js
- del-test.js
- get-test.js
- getset-test.js
- hgetall-test.js
- hmget-test.js
- hmset-test.js
- incr-test.js
- info-test.js
- keys-test.js
- lpush-test.js
- mget-test.js
- monitor-test.js
- mset-test.js
- msetnx-test.js
- quit-test.js
- ready-flag-test.js
- rpush-test.js
- sadd-test.js
- scard-test.js
- sdiff-test.js
- select-test.js
- set-test.js
- sismember-test.js
- subscribe-test.js
- sunion-test.js
- transactions-test.js
- unsubscribe-test.js
- Client.js
- index.js
- RedisUtils.js
- release.js
- .eslintrc
- .gitignore
- .travis.yml
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mjackson/then-redis
Downloads the entire project code from GitHub to your computer.
cd then-redis
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save redis redis-commands then-redis
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
