1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Commit Graph

1694 Commits

Author SHA1 Message Date
Guy Korland
96fdc7794b add a simple streams example 2018-11-12 17:36:41 +02:00
Kyle J. Davis
23ef1e7afa Merge pull request #1370 from koresar/patch-1
Avoid distributing unnecessary development files
2018-08-23 11:48:41 -07:00
Vasyl Boroviak
6bb90bff5a Avoid distributing unnecessary development files 2018-08-22 12:01:50 +10:00
Kyle J. Davis
b666442834 Merge pull request #1368 from hahcho/update-quit-docs-in-readme
Update client.quit definition in README.md to include callback
2018-08-10 08:25:31 -06:00
Mario Daskalov
62f30c08cb Update client.quit definition in README.md to include callback 2018-08-10 17:14:44 +03:00
Kyle J. Davis
27bb93ac19 Merge pull request #1356 from axelpale/patch-1
Clarify reconnecting delay
2018-06-21 05:44:20 -06:00
Akseli Palén
7ab0804a27 Clarify reconnecting delay
Without clarification `delay` can mean two things: time to the next attempt (wrong) or time passed from the previous attempt (correct). The wrong interpretation is tempting because it makes easy to print "Trying to reconnect in {delay} ms."
2018-06-21 14:18:29 +03:00
Kyle J. Davis
e9ff1c26e7 Merge pull request #1352 from Fl4m3Ph03n1x/master
Added documentation for REDIS optimistic lock system.
2018-06-13 09:27:27 -06:00
Pedro Miguel Pereira Serrano Martins
7b575780f6 Improved QA of code snippets, improved documentatino on WATCH limitations. 2018-06-10 19:02:25 +02:00
Pedro Miguel Pereira Serrano Martins
0dc626262c Added documentation for REDIS optimistic lock system. 2018-06-10 10:44:51 +02:00
Michael Diarmid
7e945bb732 Merge pull request #1342 from Salakar/master
[tests] fix broken utils tests
2018-05-22 22:16:17 +01:00
Salakar
c159815e62 update utils.spec queue tests to support denque push() differences 2018-05-22 22:04:47 +01:00
Michael Diarmid
04a09aa2ff Merge pull request #1304 from Salakar/master
Performance Increase - Minor
2018-05-22 21:26:11 +01:00
Michael Diarmid
95b17a123e Merge pull request #1332 from gonenduk/master
Simpler bluebird promisifyAll usage
2018-05-22 21:25:04 +01:00
Kyle J. Davis
fe1e52510f Merge pull request #1341 from chestermax01/patch-1
Adapt Alibaba Cloud kvstore
2018-05-22 10:37:04 -06:00
chestermax01
35facdb1fb Adapt Alibaba Cloud kvstore 2018-05-21 15:46:30 +08:00
Gonen Dukas
59db10d2be Simpler promisifyAll example 2018-04-25 13:18:10 +03:00
Ingo Fischer
673b177075 accept both error messages (win!=Linux) 2018-04-04 00:05:31 +02:00
Ingo Fischer
6b294db7a2 fix test because error message seems changed 2018-04-04 00:05:31 +02:00
Ingo Fischer
c57d62c857 te,porary solution to enable IPv6 on travis-ci in trusty images 2018-04-04 00:05:31 +02:00
Kyle J. Davis
45166f782d Merge pull request #1323 from kraftman/master
Update readme to reflect usage of .add_command
2018-03-28 06:32:07 -06:00
Chris
7ba8163a7f update readme to reflect usage of .add_command 2018-03-27 22:28:50 -07:00
Mark McNelis
19c80c617c fix: client duplicate function now allows db param to be passed 2018-02-23 17:14:47 +00:00
Kyle J. Davis
66d5a50467 Merge pull request #1307 from ConjureLabs/master
Updated README for syntax highlighting
2018-02-19 15:04:36 -07:00
Tim Marshall
2a15fc8825 fix indent 2018-02-19 11:12:28 -08:00
Tim Marshall
e3a8706c6e js highlighting 2018-02-19 11:11:01 -08:00
Tim Marshall
cc48de8248 consistent ;s 2018-02-19 11:09:40 -08:00
Salakar
cf0a323fbc utils spec change - forgot to push 2018-02-11 14:34:50 +00:00
Salakar
648e65a2bc swap out queue library 2018-02-11 14:18:34 +00:00
calebboyd
1a4c410b41 docs: add note about rediss usage 2018-01-09 17:58:41 +01:00
calebboyd
5d6e471d0c feat: add support for rediss protocol in url 2018-01-09 17:58:41 +01:00
Liran
2a586e35b6 comment with reference out of code block 2018-01-09 12:28:58 +01:00
Liran
80f6960fb5 add async await example 2018-01-09 12:28:58 +01:00
Liran
1ef099c790 Native Promises with util.promisify
explain how to promisify to native promises (instead of bluebird) with node's v8 util.promisify.
2018-01-09 12:28:58 +01:00
dcharbonnier
0ad516fd67 document camel-case commands 2017-10-09 17:55:53 +02:00
Greg Walden
009479537e remove unused var in readme example 2017-08-30 14:38:38 -03:00
Kyle J. Davis
eb3441c7e1 added note about user input
as per #1265
2017-08-10 15:37:38 -07:00
Ruben Bridgewater
1380ad67a3 fix: test on old node versions v.2.8.0 2017-08-01 00:36:12 -03:00
Ruben Bridgewater
6694c91b54 v.2.8.0 2017-08-01 00:26:25 -03:00
Ruben Bridgewater
ad8355a137 fix: add command tests 2017-08-01 00:25:52 -03:00
Ruben Bridgewater
79558c524f doc: improve README readability by limiting chars to 80 2017-08-01 00:10:57 -03:00
Ruben Bridgewater
51fdbb7fc2 chore: improve new add_command and add documentation 2017-08-01 00:10:57 -03:00
Kyle Davis
0437aa4985 enabled adding abritary commands
added test and add_command alias

original and special char commands

tweaked code spacing
2017-08-01 00:10:23 -03:00
Ruben Bridgewater
4f7f1adf50 fix: silence auth errors on reconnect 2017-07-23 14:45:17 -03:00
Ruben Bridgewater
42e8bd607f chore: stop testing Node.js 7 2017-07-23 14:00:00 -03:00
Ruben Bridgewater
937081b4d9 fix: dependency 2017-07-21 01:17:10 -03:00
Ruben Bridgewater
e5c8f813ec fix: revert some dev dependency updates to run tests 2017-07-21 01:04:43 -03:00
Ruben Bridgewater
7e9dda184b chore: test node 8 2017-07-20 21:24:38 -03:00
Ruben Bridgewater
16632f43f1 fix emitting internal auth error on reconnect 2017-07-20 21:24:38 -03:00
Ruben Bridgewater
50774aed8a fix: accept UPPER_CASE commands in send_command 2017-07-20 21:24:30 -03:00