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

23 Commits

Author SHA1 Message Date
Ruben Bridgewater
8da9e98fe6 chore: refactor flush and error 2017-05-28 01:45:18 +02:00
Ruben Bridgewater
1f179ef791 chore: refactor main code base into smaller parts 2017-05-26 23:34:28 +02:00
Ruben Bridgewater
a3a74559da chore: improve multi performance by refactoring a array check away 2017-05-26 18:17:26 +02:00
Ruben Bridgewater
6794478066 chore: remove let due to performance reasons 2017-05-26 18:17:26 +02:00
Ruben Bridgewater
cd8f2d27c1 chore: use es6 for multi 2017-05-26 12:32:05 +02:00
Ruben Bridgewater
54671f6c52 chore: use arrow functions 2017-05-26 12:32:04 +02:00
Ruben Bridgewater
4d103b4aee chore: update dependencies 2017-05-26 10:27:17 +02:00
Ruben Bridgewater
6be5575c5b chore: refactor codebase to promises 2017-05-19 06:14:29 +02:00
Ruben Bridgewater
b2613b2270 test fixup 2017-05-06 08:16:19 +02:00
Ruben Bridgewater
f1a7bcd735 chore: use standard 2017-05-06 07:06:52 +02:00
Ruben Bridgewater
19f3d20b47 chore: remove support for UPPER_CASE commands 2017-05-06 01:49:48 +02:00
Ruben Bridgewater
28afc33c9a Remove snack_case and always use camelCase 2017-05-06 01:49:05 +02:00
Ruben Bridgewater
de0a9628aa Fire the individual original callbacks when using transactions
Fixes #1089
2016-06-16 12:29:00 +02:00
Ruben Bridgewater
8b6f2dd35e Refactor command parsing 2016-05-29 01:38:34 +02:00
Ruben Bridgewater
bf394923fd Use built-in error classes to make errors more specific 2016-04-29 04:10:24 +02:00
Ruben Bridgewater
eae16938cd Add monitor transaction warning / error 2016-04-29 04:10:23 +02:00
Ruben Bridgewater
a857829a36 Improve error handling
Arguments are now passed to an command error in case they exist
An error is only emitted if that very same error is not already handled in a callback
2016-04-29 04:10:23 +02:00
Ruben Bridgewater
0424cb0bf3 Move pub sub command into individual commands and use call_on_write 2016-04-29 04:10:23 +02:00
Ruben Bridgewater
683815de9d Refactor pipelining 2016-04-29 04:10:23 +02:00
Ruben Bridgewater
d2b8f2f391 Add support for camelCase
Fixes missing `EXEC_BATCH` on multi
2016-04-29 04:10:23 +02:00
Ruben Bridgewater
861749f4d6 Fix send_command working with hooked internal functions 2016-03-31 19:23:46 +02:00
Ruben Bridgewater
94e9f1fcfc Replace jshint with eslint and add lots of rules
Fix eslint errors accordingly
2016-03-26 14:45:12 +01:00
Ruben Bridgewater
614e35ab57 Move multi; commands; createClient code into separate files 2016-03-07 01:57:56 +01:00