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 |
|
Raymond Myers
|
f384d1c774
|
Fixed the pub/sub logic accidentally stringing the first value of a multi/exec response
|
2015-07-11 22:47:25 -07:00 |
|
Raymond Myers
|
6f1acb0678
|
Fixed bug where buffer hgetall's in a multi would throw exceptions
|
2015-07-11 22:47:25 -07:00 |
|
Benjamin E. Coe
|
08f1a4de18
|
Merge pull request #777 from NodeRedis/test-tweaks
had a typo in the coverage badge
|
2015-07-11 19:48:26 -07:00 |
|
Erin Spiceland
|
93db3b10d5
|
Merge pull request #775 from jeremiahlee/master
Added example of a Redis SCAN command
|
2015-07-11 21:46:39 -05:00 |
|
Benjamin Coe
|
06d051ea1d
|
had a bad URL to test coverage
|
2015-07-11 19:45:05 -07:00 |
|
Benjamin E. Coe
|
131f92b866
|
Merge pull request #776 from NodeRedis/test-tweaks
various fixes to tests, along with groundwork for adding travis and coveralls support
|
2015-07-11 19:41:21 -07:00 |
|
Benjamin Coe
|
96da40719d
|
badges \o/
|
2015-07-11 19:35:39 -07:00 |
|
Benjamin Coe
|
8ca45e3f1f
|
loose socket perms
|
2015-07-11 19:35:38 -07:00 |
|
Benjamin Coe
|
7657fdbfb6
|
daemonize sure
|
2015-07-11 19:35:38 -07:00 |
|
Benjamin Coe
|
e17228a365
|
enable sudo
|
2015-07-11 19:35:38 -07:00 |
|
Benjamin Coe
|
f4e1e2ce6d
|
getting redis configured
|
2015-07-11 19:35:38 -07:00 |
|
Benjamin Coe
|
116a27a120
|
update changelog, force travis build
|
2015-07-11 19:35:38 -07:00 |
|
Benjamin Coe
|
d30e80abbe
|
making an attempt to improve the test suite
|
2015-07-11 19:35:38 -07:00 |
|
Erin Spiceland
|
b92a62d643
|
Merge pull request #658 from kuwabarahiroshi/features/add-url-support-to-createClient
added URL support to createClient
|
2015-07-11 21:32:45 -05:00 |
|
Jeremiah Lee Cohick
|
ff020d37f3
|
Clarified COUNT's behavior. scan() now will run until cursor reaches 0.
|
2015-07-10 18:04:38 -07:00 |
|
Raymond Myers
|
9b02ae61b8
|
Merge pull request #758 from bcoe/coverage
adds coverage reporting using nyc bin
|
2015-07-10 17:46:43 -07:00 |
|
Raymond Myers
|
e2e790bca0
|
Merge pull request #746 from kemitchell/spdx-license
Use a Standard-Compliant License Identifier
|
2015-07-10 17:03:40 -07:00 |
|