Guy Korland
055f5c561a
Merge branch 'master' into patch-1
2021-03-04 23:17:36 +02:00
Guy Korland
53f146802d
Merge branch 'master' into patch-1
2021-03-04 19:04:34 +02:00
Likai Ren
e4cb073be2
Update README.md
2021-02-03 13:25:37 +02:00
Marnik Vander Elst
c42841adf8
add info on connect_timeout option, and some cosmetics
2020-07-18 10:53:38 +02:00
Nikhil Savaliya
9e86cf3c52
Update README.md
...
In multi example
replacing err => setError
2020-07-06 13:20:12 +05:30
Salakar
0041e3e53d
docs: replace travis badges with GH actions badges
2020-02-11 00:29:04 +00:00
Salakar
4623cec3c4
docs: update readme to remove unused badge
2020-02-09 14:35:37 +00:00
Salakar
a513c8b7e2
docs: update readme
2020-02-09 05:48:50 +00:00
Salakar
5b94673fb6
docs
2020-02-09 04:59:59 +00:00
Salakar
caa5ac7098
docs & npm ignore
2020-02-09 04:55:18 +00:00
Salakar
30dd8cf879
docs
2020-02-09 03:59:02 +00:00
Salakar
6803cf4e8f
docs
2020-02-09 03:07:01 +00:00
Salakar
41c8177e8d
docs
2020-02-09 02:43:10 +00:00
Salakar
7ce0858456
docs
2020-02-09 02:28:12 +00:00
Salakar
bb05064b14
format docs
2020-02-09 02:15:44 +00:00
Salakar
144b7edd85
start of work towards v3 release
2020-02-09 02:08:46 +00:00
Salakar
c0cc0bfab4
start of work towards v3 release
2020-02-09 02:05:21 +00:00
German Capuano
1f082aca54
docs(*): additional clarification of Pub/Sub section ( #1489 )
...
The previous phrasing wasn't clear to me. The oxford comma is necessary to avoid ambiguity.
2020-02-03 14:45:00 +00:00
medifle
87e382a1df
docs(*): fix async function syntax error ( #1490 )
2020-02-03 13:59:34 +00:00
Xin
3a615e8252
add comment for socket_initialdelay
2018-11-29 12:02:31 +11:00
Mario Daskalov
62f30c08cb
Update client.quit definition in README.md to include callback
2018-08-10 17:14:44 +03: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
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
Gonen Dukas
59db10d2be
Simpler promisifyAll example
2018-04-25 13:18:10 +03:00
Chris
7ba8163a7f
update readme to reflect usage of .add_command
2018-03-27 22:28:50 -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
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
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
Ruben Bridgewater
50774aed8a
fix: accept UPPER_CASE commands in send_command
2017-07-20 21:24:30 -03:00
Matt Audesse
5f62055dd9
Fix "therefor" vs. "therefore" typo in README.md
...
See: https://english.stackexchange.com/a/58617
2017-07-17 16:34:30 -04:00
Karl Svartholm
7ce73189b9
📝 fix typo: To / Too
2017-07-13 20:06:54 +02:00
Nick Haughton
5cd9d80397
Fixing documentation typo
2017-07-07 07:31:05 -04:00
Kien Pham
a8ea06314f
use set example instead
2017-04-26 18:29:27 -07:00
Kien Pham
d4a332aea4
quick expire example
2017-04-26 17:23:54 -07:00
Prayag Verma
e93df43c9e
Fix typos in Readme
...
fireing → firing
accomodate → accommodate
maintance → maintenance
2017-04-18 16:37:59 +05:30
Pavel Ivanov
a5ee5c86ca
Fix error code in the readme
2017-04-03 09:40:33 +03:00
Andrew Shapro
740d0e525d
change times_connected
to attempt
in the retry_strategy
2017-03-16 14:44:37 -07:00
Ruben Bridgewater
7effa210a9
Improve documentation
2017-03-11 15:17:44 -03:00
Kyle J. Davis
0a4a4ebfa1
Added example for rename_commands
...
Fixes #1192 .
2017-03-06 13:54:33 -05:00