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

641 Commits

Author SHA1 Message Date
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
Erin Spiceland
e34debd6ee Merge pull request #786 from fintura/fix-login
Rewrite createClient. Fixes #651
2015-07-22 10:47:30 -05:00
Ruben Bridgewater
208b7874bf Rewrite createClient. Fixes #651 2015-07-22 17:15:12 +02:00
Erin Spiceland
e4da320a29 Merge pull request #783 from stockholmux/master
Clarify createClient in README as per #781 and other comments
2015-07-16 11:46:12 -05:00
Kyle
defec9c1e1 fixed duplicate and typo 2015-07-16 11:30:32 -05:00
Kyle
bc48c2b069 fix typo 2015-07-16 11:02:25 -05:00
Kyle
dc461f08d4 clarifies createClient in README as per #781 2015-07-16 11:01:29 -05:00
Raymond Myers
5eb98e4e04 Merge pull request #733 from raydog/multi-buffer-fix
Fix for multi/exec logic with detect_buffers enabled
2015-07-11 23:06:37 -07:00
Raymond Myers
19c5571229 Added a test case for detect_buffer behavior in a multi/exec 2015-07-11 22:47:25 -07:00
Raymond Myers
ded75c8ea2 Fixed detect_buffers keeping all multi/exec results as buffers 2015-07-11 22:47:25 -07:00
Raymond Myers
aea03d60be Fixed exec result arrays being stringed in detect_buffers mode 2015-07-11 22:47:25 -07:00