This is the Node.js client for Redisql.
To install node_Redisql you must first install:
Installation is done with npm.
npm install redisql
To test:
- make sure ./redisql-server is running
- This test calls "FLUSHDB" on database 15 of redisql -> you will lose data in DB 15
- type "node examples/redisql_examples.js"
The file node examples/redisql_examples.js is currently the best source of HOW-TO in this library.