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

1608 Commits

Author SHA1 Message Date
Mario de Frutos Dieguez
f384e86302 Added timestamp to debug traces (#1426)
* Added timestamp to debug traces

* Make it compatible with node 0.10 and 0.12
2019-05-07 22:50:25 +02:00
Bryan English
12265a5079 Remove clientError handler
This event is never emitted on net.Socket or tls.TLSSocket streams in
any of the supported versions of Node.js.
2019-02-07 13:36:00 +01:00
JinHyuk Kim
50b4009005 fix incorrect code for eslint rules (#1367)
* fix code for eslint rules
2019-02-06 15:19:03 +01:00
Andy Ganchrow
128ca62346 test: Fix typo encountert in test 2019-02-05 21:39:03 +01:00
Andy Ganchrow
171cbc5a09 Fix typo in index.js 2019-02-05 21:39:03 +01:00
andy addington
06635b77cc test: Fix typo in assertEquals message 2019-02-05 21:39:03 +01:00
Kyle J. Davis
bdc7356b37 Merge pull request #1403 from tlhunter/patch-1
Fix typo in createClient.js
2018-12-28 06:33:43 -07:00
Thomas Hunter II
34eac0db40 Fix typo in createClient.js 2018-12-27 14:53:01 -08:00
Kyle J. Davis
95b8f1a73a Merge pull request #1396 from betimer/master
Add delay option for socket.setKeepAlive
2018-12-04 07:41:53 -07:00
Xin
3a615e8252 add comment for socket_initialdelay 2018-11-29 12:02:31 +11:00
Xin
8ee1b9822b add option socket_initialdelay 2018-11-29 11:59:44 +11:00
Kyle J. Davis
bd66d6266e Merge pull request #1388 from gkorland/patch-1
Added 'NOACK' to xreadgroup call
2018-11-15 13:46:44 +00:00
Guy Korland
383f097029 Added 'NOACK' to xreadgroup call
Added 'NOACK' to xreadgroup call, to make sure entries are auto ACK
2018-11-14 04:51:56 +02:00
Kyle J. Davis
49a635d084 Merge pull request #1386 from gkorland/patch-1
add a simple streams example
2018-11-12 08:58:38 -07:00
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