1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-03 04:01:40 +03:00

7 Commits

Author SHA1 Message Date
94e9f1fcfc Replace jshint with eslint and add lots of rules
Fix eslint errors accordingly
2016-03-26 14:45:12 +01:00
545e7231ab Update SCAN example code 2016-01-31 12:25:35 +02:00
7922d4eb85 Small style changes 2015-10-07 16:34:41 +02:00
1f9e536ca0 Add use strict statements
This is going to improve the performance minimal and improves the safety of the code
2015-07-22 17:50:37 +02:00
ff020d37f3 Clarified COUNT's behavior. scan() now will run until cursor reaches 0. 2015-07-10 18:04:38 -07:00
6f28c6acf5 Cursor should be a string 2015-07-10 16:25:52 -07:00
010a2acf33 Added example of a Redis SCAN command 2015-07-10 16:10:00 -07:00