1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00
Commit Graph

456 Commits

Author SHA1 Message Date
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
5cfe3bb8d5 chore: use Object.assign for adding error classes
This makes sure all error classes are added, no matter how many exist.
2017-11-28 19:23:20 -02:00
53d5f46fb1 chore: rename files 2017-05-31 00:01:25 +02:00
2489655a68 chore: move the client into a separate file 2017-05-30 07:32:42 +02:00
b6c317dbb0 chore: improve coverage 2017-05-30 06:45:28 +02:00
31fafd8b7c fixup 2017-05-30 05:29:51 +02:00
ac26d0524d fix: always emit an error when the connection drops 2017-05-30 04:38:02 +02:00
265ce48af4 chore: minor refactoring 2017-05-30 00:44:57 +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
f4ede637b8 chore: remove second parameter from the client 2017-05-28 05:46:04 +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
670550416e chore: refactor onError handler 2017-05-28 05:23:20 +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
3065e2e7be chore: refactor parts out of the index.js file 2017-05-26 18:45:52 +02:00
a3a74559da chore: improve multi performance by refactoring a array check away 2017-05-26 18:17:26 +02:00
6794478066 chore: remove let due to performance reasons 2017-05-26 18:17:26 +02:00
54671f6c52 chore: use arrow functions 2017-05-26 12:32:04 +02:00
6ea202132b feat: accept Map and Set and flatten arguments 2017-05-26 12:32:04 +02:00
4182059b7c chore: improve debug statements 2017-05-26 10:28:27 +02:00
4d103b4aee chore: update dependencies 2017-05-26 10:27:17 +02:00
6be5575c5b chore: refactor codebase to promises 2017-05-19 06:14:29 +02:00
b2613b2270 test fixup 2017-05-06 08:16:19 +02:00
f1a7bcd735 chore: use standard 2017-05-06 07:06:52 +02:00
5822939686 fixup underscore 2017-05-06 01:49:47 +02:00
27ed4db537 feat: return channel number and channels from subscribe / unsubscribe calls 2017-05-06 01:49:47 +02:00
086c90d938 doc: fix typos 2017-05-06 01:49:46 +02:00
c81f85576c chore: emit ready when all commands are done 2017-05-06 01:49:46 +02:00
28afc33c9a Remove snack_case and always use camelCase 2017-05-06 01:49:05 +02:00
78187142cb Remove deprecated parser option 2017-05-06 01:49:04 +02:00
98527e0fc5 Remove deprecated drain event 2017-05-06 01:49:03 +02:00
b72dd195a8 Remove deprecated idle event 2017-05-06 01:49:03 +02:00
597bed6229 Rework connect_timeout 2017-05-06 01:49:02 +02:00
59725e3f20 Remove deprecated max_delay 2017-05-06 01:49:02 +02:00
b3106a45c4 Remove deprecated max_attempts 2017-05-06 01:49:02 +02:00
6589f61421 Remove support for 0.10 2017-05-06 01:49:01 +02:00
2f6c421006 Remove socket_no_delay 2017-05-06 01:49:00 +02:00
ce3227dedd Remove print helper 2017-05-06 01:48:59 +02:00
439d629c81 Minor grammar fix 2017-03-15 14:38:04 -07:00
a2255d7fe2 Fix error messages not being visible in the stack trace of AbortErrors 2017-03-11 15:17:44 -03:00
6bb0d0007f Fix option param null bug
options.rename_commands could be null, and the repo README.md list the default value is "null";
2017-03-02 11:35:44 +08:00
476e554fcd Fix typo 2017-01-16 09:47:30 +01:00
db0e8c53cc Fixed parser not being reset in case the redis connection
closed ASAP for overcoming of output buffer limits.

Fixes #1190
2017-01-15 13:23:20 +01:00