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

13 Commits

Author SHA1 Message Date
d7c31da598 chore: add callback functionality back in
This also improves the performance for multi / batch commands a lot.
The reason is that now there are only callbacks internally even if
a promise is going to be returned in the end.
2017-11-29 19:16:40 -02:00
2b4ab10305 chore - remove standard and use individual config
Standard is not as up to date and still uses a old eslint version.
Instead, use the airbnb default with a couple of modifications.

All required changes are included.
2017-11-28 21:38:21 -02:00
0276e15f04 chore: add print helper again and refactor some code
Expose the RedisClient directly instead of only being a property
2017-05-29 18:23:24 +02:00
b2e18344d9 chore: mark private variables as such and remove obsolete ones 2017-05-28 07:15:20 +02:00
5fef7e246d chore: refactor client to es6 class and sort requires 2017-05-28 05:43:34 +02:00
579e080ad5 chore: refactor some code and remove obsolete variable 2017-05-28 05:23:21 +02:00
b837b46e76 chore: use short handle for process.nextTick 2017-05-28 05:23:20 +02:00
0d53d3dcdf feat: add auto pipeline 2017-05-28 05:23:19 +02:00
8c63233968 feat: parse info data as numbers if possible and improve parsing 2017-05-28 01:45:19 +02:00
8da9e98fe6 chore: refactor flush and error 2017-05-28 01:45:18 +02:00
2aa3b68fc6 chore: refactor main code into smaller parts 2017-05-27 03:41:27 +02:00
8cca9ccf58 chore: guard against inherited properties 2017-05-27 01:01:42 +02:00
1f179ef791 chore: refactor main code base into smaller parts 2017-05-26 23:34:28 +02:00