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

7 Commits

Author SHA1 Message Date
0c5947be51 Add string_numbers option to handle very big numbers 2016-03-27 03:19:18 +02:00
94e9f1fcfc Replace jshint with eslint and add lots of rules
Fix eslint errors accordingly
2016-03-26 14:45:12 +01:00
ff19663d9d Remove code overhead
Add another domain test

Fix test on node 0.10
2016-03-15 03:56:36 +01:00
d55017a01e Use .end(true) to stricten test cases and improve coverage 2015-11-24 00:23:18 +01:00
241e156499 Fix saving buffers with charsets other than utf-8 while using multi
This will also improve pipelinening for buffers and fixes the return value of Batch.exec

Fixes #913
2015-11-18 02:43:43 +01:00
f8c245e04f Add .batch with better pipeline implementation 2015-10-11 03:35:22 +02:00
2ca42417bf Fix explicitly passing undefined as callback 2015-10-02 20:20:56 +02:00