You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ruben Bridgewater 8f9ad00de2 Add the redis url to the options object and accept .createClient(null, host, options) 9 years ago
..
commands Stricten tests by always ending redis with .end(true) if possible 9 years ago
conf Add rename_commands option 9 years ago
lib Fix some tests 9 years ago
auth.spec.js Stricten tests by always ending redis with .end(true) if possible 9 years ago
batch.spec.js Improve pipeline logic and fix #897 9 years ago
connection.spec.js Add the redis url to the options object and accept .createClient(null, host, options) 9 years ago
detect_buffers.spec.js Fix saving buffers with charsets other than utf-8 while using multi 9 years ago
helper.js Fix saving buffers with charsets other than utf-8 while using multi 9 years ago
multi.spec.js Increase test timeout for appveyor 9 years ago
node_redis.spec.js Only initiate the parser once per instance and throw sync if the parser can't be found 9 years ago
parser.spec.js Fix js parser handling big values not fast enough 9 years ago
pubsub.spec.js Fix fired but not yet returned commands not being rejected after a connection loss 9 years ago
rename.spec.js Minor improvement for .batch and .multi for small values 9 years ago
return_buffers.spec.js Intermediate fix js parser handling big values very slow 9 years ago