1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Commit Graph

2112 Commits

Author SHA1 Message Date
Tj Holowaychuk
a84c217827 Fixed zero length multibulk. Passing null not an empty array 2010-09-17 16:47:46 -07:00
Matt Ranney
c7d28bc601 Run all tests 10K times so RPS comes out right.
Also fix assert in LRANGE tests.
2010-09-17 16:34:05 -07:00
Matt Ranney
4c838a23b4 Merge remote branch 'timsmart/hsetnx' 2010-09-17 16:33:18 -07:00
Matt Ranney
75005c85c7 Merge remote branch 'tj/tests' 2010-09-17 16:24:43 -07:00
Matt Ranney
e82fa1c5eb Grow return bufer if reply is too large. 2010-09-17 16:21:48 -07:00
Matt Ranney
a8573ea223 Remove TODO. 2010-09-17 16:21:27 -07:00
Matt Ranney
b41d2f8780 Add large binary get/set example. 2010-09-17 16:21:11 -07:00
Tj Holowaychuk
c50dff0835 Colored test output 2010-09-17 16:11:06 -07:00
Tim-Smart
cf4921cb76 Add HSETNX command 2010-09-18 11:10:22 +12:00
Matt Ranney
292dbeef52 Merge remote branch 'tj/bugs/empty-keys' 2010-09-17 15:42:05 -07:00
Matt Ranney
48fd5f712e Update comments. 2010-09-17 15:42:00 -07:00
Tj Holowaychuk
d7c5fc6d6e Fixed zero-length mutlibulk replies 2010-09-17 15:35:26 -07:00
Tj Holowaychuk
c0f7a40bbf Added empty KEYS test illustrating hang 2010-09-17 15:09:25 -07:00
Tj Holowaychuk
bcbf3834e1 Implemented HGETALL response as object 2010-09-17 14:52:32 -07:00
Tj Holowaychuk
0b3a1c3eaa Added HGETALL object assertions 2010-09-17 14:46:15 -07:00
Matt Ranney
c4e13514d9 Queue commands sent before a connection is available. 2010-09-17 14:24:10 -07:00
Matt Ranney
b48105eeb3 Update example to use new pre-connection queue. 2010-09-17 14:23:33 -07:00
Matt Ranney
fb786ced80 Fix typo. 2010-09-17 11:28:39 -07:00
Matt Ranney
71c584f186 Markdown quirks. 2010-09-17 11:27:54 -07:00
Matt Ranney
78cb4105ca Update example. 2010-09-17 11:26:46 -07:00
Matt Ranney
12542e4ccd Formally describe API. Add "why" section. 2010-09-17 11:17:37 -07:00
Matt Ranney
f39344e458 Add a couple more command options forms. 2010-09-17 11:17:04 -07:00
Matt Ranney
374b926cb7 Clean up small Buffer optimizations. 2010-09-17 11:16:19 -07:00
Matt Ranney
36f4f7eefa Bump version. 2010-09-17 11:15:51 -07:00
Matt Ranney
850e5712cb Change LRANGE test to 0 499 to match redis-benchmark.
Also use client.close() to exit cleanly.
2010-09-17 11:15:10 -07:00
Matt Ranney
98c1f8613d Merge remote branch 'Tim_Smart/client-close' 2010-09-17 08:06:32 -07:00
Tim-Smart
b7bb32940e s/close/end/ 2010-09-17 23:18:57 +12:00
Tim-Smart
5a56d0fa03 client::close method 2010-09-17 23:13:29 +12:00
Tim-Smart
a69e60b70f Fix queue::length and add forEach 2010-09-17 23:08:50 +12:00
Matt Ranney
743eb00234 Bump version. 2010-09-17 02:04:30 -07:00
Matt Ranney
ff03903c5f Performance improvements for small responses. 2010-09-17 02:03:56 -07:00
Matt Ranney
d7c9a010eb Update some comments. 2010-09-17 01:42:57 -07:00
Matt Ranney
c622570d7c Add toString() comparison. 2010-09-17 01:41:35 -07:00
Matt Ranney
09465ff6be Test the speed of different ways of copying a small buffer. 2010-09-17 01:17:19 -07:00
Matt Ranney
64ad8b1bb8 Merge remote branch 'origin/master' 2010-09-16 23:53:39 -07:00
Matt Ranney
30de0a5fc4 Add performance tests similar to redis-benchmark. 2010-09-16 23:52:47 -07:00
Matt Ranney
ec45509921 Bump version. 2010-09-16 23:52:37 -07:00
Matt Ranney
4479c3737b Use Queue class to improve shift() performance on large queues. 2010-09-16 23:52:04 -07:00
Matt Ranney
c4b7c65530 Update documentation. 2010-09-15 12:23:58 -07:00
Matt Ranney
40b69a4204 Update documentation. 2010-09-15 12:21:29 -07:00
Matt Ranney
6e1a26285b Add example file from README. 2010-09-14 23:01:48 -07:00
Matt Ranney
ca67780b5a Fix JSLint errors. 2010-09-14 23:01:12 -07:00
Matt Ranney
160242f472 Bump version. 2010-09-14 23:00:56 -07:00
Matt Ranney
c5aaa991f1 Allow variable argument types on all commands. 2010-09-14 23:00:28 -07:00
Matt Ranney
0012228cf6 Update documentation. 2010-09-14 22:59:52 -07:00
Matt Ranney
95bdb3f0a2 Update TODO 2010-09-14 17:50:58 -07:00
Matt Ranney
8262c84d50 Rename repo. 2010-09-14 17:48:45 -07:00
Matt Ranney
8bf4640d69 Improve docs. 2010-09-14 17:48:32 -07:00
Matt Ranney
f3fd49bb22 Bump version. 2010-09-14 17:12:15 -07:00
Matt Ranney
36cffb433b Rename redis.js to index.js 2010-09-14 17:12:05 -07:00