1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00
Commit Graph

651 Commits

Author SHA1 Message Date
documentation-bot
11cf375d30 Updates 2021-12-30 19:10:13 +00:00
documentation-bot
e36d7f3b4b Updates 2021-12-30 18:19:06 +00:00
documentation-bot
33fcce3d97 Updates 2021-12-29 22:25:43 +00:00
documentation-bot
1c1c0af238 Updates 2021-12-29 22:11:16 +00:00
documentation-bot
89bc7cfa86 Updates 2021-12-29 19:29:33 +00:00
documentation-bot
e9e01bac60 Updates 2021-12-29 17:16:46 +00:00
documentation-bot
f5709988b9 Updates 2021-12-29 01:22:53 +00:00
documentation-bot
a0b1dd2c1e Updates 2021-12-23 23:38:21 +00:00
documentation-bot
503b4cf87b Updates 2021-12-22 13:35:24 +00:00
documentation-bot
30033b929b Updates 2021-12-20 19:48:56 +00:00
documentation-bot
c0c733e606 Updates 2021-12-19 02:43:19 +00:00
documentation-bot
26bab62746 Updates 2021-12-17 15:40:25 +00:00
documentation-bot
f438932a48 Updates 2021-12-15 22:11:29 +00:00
documentation-bot
6aecf3e4b1 Updates 2021-12-13 21:04:26 +00:00
documentation-bot
263ec67852 Updates 2021-12-13 21:03:31 +00:00
documentation-bot
f2dafb67bb Updates 2021-12-13 20:57:01 +00:00
documentation-bot
45342cde0b Updates 2021-12-13 20:55:13 +00:00
documentation-bot
34a239ffae Updates 2021-12-13 20:48:25 +00:00
documentation-bot
028bf3f1f0 Updates 2021-12-13 20:43:34 +00:00
documentation-bot
0e70ca73a2 Updates 2021-12-13 20:42:38 +00:00
documentation-bot
4e1a9af035 Updates 2021-12-13 20:40:39 +00:00
documentation-bot
98afae46cc Updates 2021-12-13 20:35:59 +00:00
documentation-bot
f6fe400a62 Updates 2021-12-13 19:39:53 +00:00
documentation-bot
4c7199bdf8 Updates 2021-12-13 14:37:49 -05:00
leibale
b00421bf12 Updates 2021-12-13 13:57:36 -05:00
leibale
d0ad299831 Updates 2021-12-13 13:55:29 -05:00
leibale
f01894d69c Updates 2021-12-13 13:27:08 -05:00
Leibale Eidelman
3fb2538664 move from "NodeRedis" to "Redis" 2021-10-13 14:10:54 -04:00
Mike Diarmid
bedd3b5ba3 fix: insecure http script request 2020-02-09 05:03:32 +00:00
Ruben Bridgewater
6f3c6b287f Merge pull request #1246 from TonyPythoneer/gh-pages
Improve style of menu
2017-06-21 14:17:08 +02:00
TonyPythoneer
14a119d08f Improve style of menu 2017-06-20 11:29:22 +08:00
Blain Smith
d7a2e86786 use all the options since code is wide 2015-08-14 22:33:14 -04:00
Blain Smith
d93b267fd9 show use of flatdoc 2015-08-14 22:20:05 -04:00
Blain Smith
1fe87a90da use flatdoc 2015-08-14 22:17:34 -04:00
Blain Smith
1efa2bcb02 https was not displaying image 2015-08-14 15:14:24 -04:00
Blain Smith
939ac61b8f no need for the source on this branch 2015-08-14 15:11:06 -04:00
Blain Smith
5b302629b9 github pages setup 2015-08-14 15:10:51 -04:00
Erin Spiceland
6cae0b880f Merge pull request #785 from fintura/master
Add "use strict", semicolons, whitespace & code cleanup, remove util.print.
2015-08-06 11:11:13 -05:00
Erin Spiceland
b53ebb208a Merge pull request #788 from Starefossen/enable-docker-testing
Make it possible to test node_redis in a Docker environment
2015-07-25 16:30:10 -05:00
Hans Kristian Flaatten
b1ae21d221 Revert "Skip SOCKET test if Redis is not listening on a socket"
This reverts commit e646b4eb39.
2015-07-24 15:33:37 +02:00
Hans Kristian Flaatten
da535a6977 Normalize linked REDIS environment variables 2015-07-24 08:07:33 +02:00
Hans Kristian Flaatten
8b5ce1088a Allways pass HOST and PORT when creating a new client 2015-07-23 22:16:48 +02:00
Hans Kristian Flaatten
e646b4eb39 Skip SOCKET test if Redis is not listening on a socket 2015-07-23 22:16:07 +02:00
Hans Kristian Flaatten
d34dcc8b07 Check for REDIS HOST and PORT environment varibles 2015-07-23 22:15:55 +02:00
Ruben Bridgewater
01a377383b Use type safe comparison 2015-07-22 17:51:24 +02:00
Ruben Bridgewater
0908e9a46b Use console.log instead of deprecated util.print
util.print has been deprecated in node
2015-07-22 17:51:24 +02:00
Ruben Bridgewater
745fccebfb Add var statements to undeclared variables and remove unused variables 2015-07-22 17:51:24 +02:00
Ruben Bridgewater
6866ff9b1e Remove trailing whitespace 2015-07-22 17:51:08 +02:00
Ruben Bridgewater
a2bc597212 Add simicolons
This is just a style change
2015-07-22 17:51:07 +02:00
Ruben Bridgewater
1f9e536ca0 Add use strict statements
This is going to improve the performance minimal and improves the safety of the code
2015-07-22 17:50:37 +02:00