This is the Node.js client for Redisql.
To install node_Redisql
you must first install:
- node
- npm
- Redisql
Installation is done with npm
.
npm install redisql
To test:
- make sure ./redisql-server is running
- THIS TEST WILL CALL "FLUSHDB" on database 0 of redisql -> you will lose data
- type "node examples/redisql_examples.js"