1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-17 11:52:32 +03:00
Commit Graph

2228 Commits

Author SHA1 Message Date
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
Benjamin Coe
25b4ddafaa URL connection strings. new release process \o/ see changelog.md for more details: https://github.com/NodeRedis/node_redis/pull/804 v1.0.0 2015-08-30 12:50:55 -07:00
Benjamin E. Coe
b38df19082 Merge pull request #804 from NodeRedis/v1.0.0-changelog
update changelog for v1.0.0 release
2015-08-30 12:36:47 -07:00
Benjamin Coe
7cb998352a slight grammar nits 2015-08-30 12:34:25 -07:00
Benjamin Coe
c0ab99e4ca give Blain some credit 2015-08-30 12:26:19 -07:00
Benjamin Coe
aa14d27d4a added changelog for v1.0.0 release 2015-08-30 12:24:33 -07:00
Benjamin E. Coe
ba3c7094f6 Merge pull request #802 from jomo/patch-1
Remove redundant check
2015-08-29 18:01:21 -07:00
Benjamin E. Coe
ec4c41f055 Merge pull request #800 from NodeRedis/794-fix
upgrade hiredis so that tests work on newest iojs
2015-08-29 18:00:46 -07:00
jomo
338b3cd9d8 Remove redundant check
If the first operand of the disjunction (`!obj.loading`) is false, `obj.loading` is truthy.
Thus there is no need to test it again in second operand.
2015-08-30 02:37:26 +02:00
Benjamin E. Coe
83a1be24a2 Merge pull request #801 from NodeRedis/typo-in-test
had descriptions of tests swapped around
2015-08-29 14:57:55 -07:00
Benjamin Coe
417c8c1247 had descriptions of tests swapped around 2015-08-29 14:55:01 -07:00
Benjamin Coe
1e6ced4d5c cargo-culting node-hiredis toolchain settings 2015-08-29 14:42:35 -07:00
Benjamin E. Coe
ca0e7dd4e8 Merge pull request #736 from Radagaisus/patch-2
Update changelog.md typo handlign -> handling
2015-08-29 14:34:17 -07:00
Benjamin Coe
010a72710f new hiredis works with iojs-v3+ 2015-08-29 14:31:50 -07:00
Benjamin E. Coe
9796209550 Merge pull request #764 from Anubisss/master
A little optimization in a function if the client is closing.
2015-08-29 14:16:30 -07:00
Benjamin E. Coe
6b1e789337 Merge pull request #749 from danielbprice/master
Issue #512 send_command("monitoring") is doomed to fail
2015-08-27 09:48:11 -07:00
Daniel Price
575ade907c Issue #512 send_command("monitoring") is doomed to fail 2015-08-21 14:57:48 -07:00
David Vas
86f1cef781 Merge remote-tracking branch 'node_redis/master' 2015-08-18 13:09:41 +02:00
Benjamin E. Coe
323d6a2fda Merge pull request #796 from NodeRedis/753-example
added test for psubscribe
2015-08-16 18:06:34 -07:00
Benjamin Coe
d1558eddc2 add test demonstrating psubscribe, and pmessage 2015-08-16 18:02:26 -07:00
Benjamin E. Coe
e2e507eed2 Merge pull request #793 from NodeRedis/squash-mocha-work
porting tests from hand-rolled artisinal test-suite to mocha
2015-08-15 13:28:54 -07:00
Benjamin Coe
5d83e64d00 fixed up our one commented out test, based on @erinspice's code review 2015-08-15 13:25:03 -07:00
Benjamin Coe
51b1ba2bef finished porting blpop, expire, mset, slowlog, sunionstore, ttl 2015-08-15 13:00:05 -07:00
Erin Spiceland
65db5dbefe Clarify this one test is only applicable for IPv4. 2015-08-15 11:51:37 -05:00
Benjamin Coe
2fd3b46835 ported sdiff, sdiffstore, sinterstore, smembers, smove, spop, sunion, client.monitor 2015-08-14 22:30:58 -07:00
Benjamin Coe
ce7f21fc34 ported sdiff, sdiffstore, sinterstore, smembers, smove, spop, sunion, client.monitor 2015-08-14 22:30:51 -07:00