1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

999 Commits

Author SHA1 Message Date
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
Jeremiah Lee Cohick
6f28c6acf5 Cursor should be a string 2015-07-10 16:25:52 -07:00
Jeremiah Lee Cohick
010a2acf33 Added example of a Redis SCAN command 2015-07-10 16:10:00 -07:00
Matt Ranney
eb03bb943c Update README and multi_bench 2015-07-10 17:25:17 -04:00
Benjamin Coe
06b294c630 add coverage reporting 2015-05-25 16:25:47 -07:00
Kyle Mitchell
13162e554b use a valid SPDX license identifier 2015-05-05 00:03:36 +00:00
Bryce Baril
a2ebe4f248 Update changelog 2015-03-01 00:05:33 -08:00
Bryce Baril
430e5fd958 Merge branch 'kmyr-fwd-errors-stop-listening' 2015-03-01 00:04:09 -08:00
Mikael Kohlmyr
e0860a28ed Removed potential side effects of FWD_ERRORS_1 (e.g. printing of indocming on pub/sub re-use of client3) 2015-02-28 22:22:08 +00:00
Matt Ranney
25cd3ce3d9 Merge pull request #716 from davemun/master
Fixed missing word in README.md
2015-02-24 21:11:07 -08:00
Dave Mun
67be3db6ce Update README.md
Fixed missing word.
2015-02-24 09:00:55 -08:00
Hiroshi Kuwabara
a67d3acdd6 added URL support to createClient 2014-09-12 12:37:32 +09:00
Bryce Baril
de6692774f Update changelog for 0.12.1 2014-08-11 10:35:40 -07:00
Bryce Baril
38ae7a7f50 0.12.1 v0.12.1 2014-08-11 10:34:26 -07:00
Bryce Baril
75b0bc97ea Fix #645 2014-08-11 10:33:33 -07:00
Bryce Baril
84cfcb40b2 0.12.0 v0.12.0 2014-08-09 14:53:08 -07:00
Bryce Baril
58959b89ac Update changelog 2014-08-09 14:53:03 -07:00
Bryce Baril
829ab228f0 Merge branch 'jackhftang-master' 2014-08-09 14:51:16 -07:00
Bryce Baril
ba234edfef Fix tests for older versions of Redis. 2014-08-09 14:50:14 -07:00
Jack Tang
5e1cebee5e fix the example in createClient 2014-08-07 17:39:04 +08:00
Jack Tang
2a768f36b6 updated readme of the createClient() part 2014-08-07 17:35:01 +08:00
Jack Tang
064260d1c5 improve the interface to better support unix socket.
delete client.host
delete client.port
add client.address
add client.connectionOptions

add tests.UNIX_SOCKET

update all error message to use client.address
update retry connection
2014-08-07 17:19:37 +08:00
Bryce Baril
d25d12eee7 0.11.0 v0.11.0 2014-07-10 22:03:38 -07:00
Bryce Baril
e00fbb4a45 update changelog 2014-07-10 22:03:28 -07:00
Bryce Baril
1d27976d6c Merge branch 'migounette-master' 2014-07-10 22:01:57 -07:00
Bryce Baril
2e3cb99011 Merge branch 'master' of https://github.com/migounette/node_redis into migounette-master 2014-07-10 22:01:34 -07:00