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

1503 Commits

Author SHA1 Message Date
Ruben Bridgewater
4e42fb70f3 Merge pull request #814 from fintura/commands
Update commands list and remove unecessary code
2015-09-12 19:51:01 +02:00
Ruben Bridgewater
b06985a219 Update commands list and remove unecessary code
Add use strict

Add changelog entry
2015-09-12 19:47:25 +02:00
Ruben Bridgewater
feb1faa824 Merge pull request #824 from fintura/async
Remove async dependency
2015-09-12 19:39:27 +02:00
Ruben Bridgewater
43e25e73c9 Remove async dependency 2015-09-12 19:36:07 +02:00
Ruben Bridgewater
c947e8ff3a Merge pull request #817 from fintura/speedup
Tiny speedup by removing command.toLowerCase(). Fixes #605
2015-09-12 19:23:42 +02:00
Ruben Bridgewater
1c1c4ea446 Update readme about lower case commands 2015-09-12 19:17:02 +02:00
Ruben Bridgewater
4c6b84315e Tiny speedup by removing command.toLowerCase()
This is not necessary as the command itself is only used from inside the code and as they are (now) all lower case it is safe to remove the toLowerCase
2015-09-12 19:17:02 +02:00
Ruben Bridgewater
b63e980913 Merge pull request #825 from fintura/emitter
Remove event emitters from the parsers
2015-09-12 19:15:38 +02:00
Ruben Bridgewater
62f9a0cf63 Merge pull request #807 from fintura/master
Add jshint and fix some tests
2015-09-12 19:08:35 +02:00
Ruben Bridgewater
da8c2603c4 Reduce timeouts 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
463c7fd062 Remove unused dependencies 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
fef3891184 Coverage task and jshintignore file added 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
5cbd5b8ffc Run jshint before starting the tests 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
1ae280dcec Fix some tests and deactivate broken ones 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
ba779ac361 Some small code style changes
Revert some done stuff
2015-09-12 18:56:49 +02:00
Ruben Bridgewater
9acbd6c860 Add simicolons and remove trailing whitespace 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
06c5f1922b Add jshint and fix errors accordingly (including broken tests) 2015-09-12 18:56:49 +02:00
Ruben Bridgewater
f7ac0e5e32 Merge pull request #834 from davidbanham/patch-1
Test against node 4.0.x on Travis
2015-09-12 13:06:55 +02:00
David Banham
81c187ac8d Test against node 4.0.x on Travis 2015-09-12 20:57:12 +10:00
Benjamin Coe
55dd838d77 make sure we track changes in changelog 2015-09-11 21:53:49 -07:00
Benjamin E. Coe
a31a4e29e9 Merge pull request #819 from NodeRedis/815-tweaks
minor tweaks to how we spawn tests in #815
2015-09-11 21:40:48 -07:00
Ruben Bridgewater
0170145f74 Remove event emitters from the parser as they are overhead that is not needed 2015-09-05 17:10:27 +02:00
Ruben Bridgewater
75b3fdb495 Merge pull request #822 from fintura/hmset
Accept hmset being used without a callback. Closes #694
2015-09-04 15:43:21 +02:00
Ruben Bridgewater
159bc80653 Revert to old behavior 2015-09-04 15:37:47 +02:00
Ruben Bridgewater
9b1d262cdf Accept hmset being used without a callback. Closes #694 2015-09-04 15:21:59 +02:00
Ruben Bridgewater
03e696b476 Merge pull request #761 from vitaliylag/patch-1
Callback should be optional when using Array args. Closes #321 #502 #694 #398
2015-09-04 12:26:02 +02:00
Benjamin E. Coe
d5129d5e7e Merge pull request #820 from NodeRedis/readme-updates
a couple small additions to the readme
2015-09-04 00:00:44 -07:00
Benjamin Coe
1f986055c4 add a note about how to turn on the debugger 2015-09-03 23:58:12 -07:00
Benjamin Coe
837ea10a0c show off redis:// format overloading 2015-09-03 23:56:17 -07:00
Benjamin Coe
d976bbcb2d some small tweaks to #815, so that we don't use two differnt approaches for spawning redis 2015-09-03 22:51:25 -07:00
Ruben Bridgewater
bd5cc64652 Merge pull request #752 from dohse/fix-queue-leak
Allow garbage collection of processed queue items
2015-09-04 05:23:35 +02:00
Ruben Bridgewater
eb61ce32aa Test 2015-09-03 22:39:39 +02:00
Ruben Bridgewater
89e1f6f067 Improve code coverage by adding tests and removing unnecessary code 2015-09-03 22:26:01 +02:00
Bryce Baril
b1e51c8c7b Update repository location to new GitHub org 2015-09-03 10:23:45 -07:00
Ruben Bridgewater
38265d5d0d Merge pull request #809 from fintura/stuff
Remove some old stuff that is not needed anymore and fix js parser sending non-Errors as errors.
2015-09-02 22:22:32 +02:00
Ruben Bridgewater
62041c519f Test for statements instead of matching them if test is enough
precompile regex
2015-09-02 22:13:07 +02:00
Ruben Bridgewater
19db6d1dad Remove lib/util.js 2015-09-02 22:13:07 +02:00
Ruben Bridgewater
52db91c753 Fix js parser sending non-Errors 2015-09-02 22:13:07 +02:00
Ruben Bridgewater
614366ffeb Merge pull request #811 from fintura/debug
Add util.debuglog instead of using different indidivudal styles for debugging
2015-09-02 21:58:07 +02:00
Ruben Bridgewater
e0d0649c60 Add fallback for node 0.10
Improve the fallback mode
2015-09-02 21:52:54 +02:00
Ruben Bridgewater
1eb30add66 Use util.debuglog instead of using different indidivudal styles for debugging 2015-09-02 21:49:11 +02:00
Ruben Bridgewater
954f1f30df Merge pull request #808 from fintura/refactor-tests
Refactor the test suite and remove duplicated code
2015-09-02 21:16:23 +02:00
Ruben Bridgewater
92839c6738 Merge pull request #812 from fintura/readme
Update readme
2015-09-02 19:45:16 +02:00
Ruben Bridgewater
f611a8758f Merge pull request #813 from fintura/dead-code
Remove dead code
2015-09-02 19:35:31 +02:00
Ruben Bridgewater
9c650c805e Merge pull request #706 from serv/master
Removed unnecessary indentations and added some js syntax highlighting
2015-09-02 19:33:04 +02:00
Ruben Bridgewater
4aeaf0e6b9 Remove dead code 2015-09-02 18:32:23 +02:00
Ruben Bridgewater
37866b0445 Update readme 2015-09-02 18:07:34 +02:00
Ruben Bridgewater
a5938f3ade Refactor the test suite and remove duplicated code 2015-09-01 23:28:41 +02:00
Benjamin E. Coe
ac63e852d3 Merge pull request #805 from NodeRedis/credit-where-credit-is-due
make sure we give @raydog credit in the changelog.md
2015-08-30 18:16:20 -07:00
Benjamin Coe
41d97526e7 make sure we give @raydog credit in the changelog.md 2015-08-30 18:09:44 -07:00