|
81d8f27535
|
20k for benchmarks
|
2010-09-17 19:42:11 -07:00 |
|
|
1e471abe1c
|
Fixed toArray() indentation
|
2010-09-17 19:34:26 -07:00 |
|
|
c0f0877bcd
|
Replaced Array.prototype.slice.call() with faster adhoc toArray(). ~200ms saved in benchmarks
|
2010-09-17 19:31:59 -07:00 |
|
|
064d160333
|
zero-length bulk data + int optimization
|
2010-09-18 14:11:27 +12:00 |
|
|
3932e78315
|
Swap + / -
|
2010-09-17 19:03:24 -07:00 |
|
|
87e4ef0216
|
Removed benchmark related tests
|
2010-09-17 18:55:04 -07:00 |
|
|
69b1a06e72
|
First run is even
|
2010-09-17 18:53:09 -07:00 |
|
|
db12990054
|
synopsis
|
2010-09-17 18:53:09 -07:00 |
|
|
d5d4350bad
|
Reporting on the fly
|
2010-09-17 18:53:09 -07:00 |
|
|
4a85e03d35
|
Benchmarking different buffer sizes
|
2010-09-17 18:53:09 -07:00 |
|
|
044e2d1af9
|
Yellow range
|
2010-09-17 18:53:09 -07:00 |
|
|
39943131ca
|
Added lrange to bench.js
|
2010-09-17 18:53:09 -07:00 |
|
|
6e2b52cd93
|
Restructured bench.js
|
2010-09-17 18:53:09 -07:00 |
|
|
729debf993
|
No longer passing around curr/prev
|
2010-09-17 18:53:08 -07:00 |
|
|
a05b322709
|
Reporting on failure
|
2010-09-17 18:53:08 -07:00 |
|
|
ebf517e825
|
Started ./bench.js
|
2010-09-17 18:53:08 -07:00 |
|
|
59068b2b6d
|
Only log in debug mode
|
2010-09-18 12:49:48 +12:00 |
|
|
8e7f1cc1e7
|
Add test for HSET that exposes 0 length bug.
|
2010-09-17 17:32:41 -07:00 |
|
|
2e367f5422
|
Send 0 length buffers properly.
Still need to handle 0 length bulk data properly though. Whoops.
|
2010-09-17 17:32:14 -07:00 |
|
|
13e7efc531
|
Update example for new API.
|
2010-09-17 17:31:58 -07:00 |
|
|
65f3604387
|
Bump version.
|
2010-09-17 16:50:21 -07:00 |
|
|
a84c217827
|
Fixed zero length multibulk. Passing null not an empty array
|
2010-09-17 16:47:46 -07:00 |
|
|
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 |
|
|
4c838a23b4
|
Merge remote branch 'timsmart/hsetnx'
|
2010-09-17 16:33:18 -07:00 |
|
|
75005c85c7
|
Merge remote branch 'tj/tests'
|
2010-09-17 16:24:43 -07:00 |
|
|
e82fa1c5eb
|
Grow return bufer if reply is too large.
|
2010-09-17 16:21:48 -07:00 |
|
|
a8573ea223
|
Remove TODO.
|
2010-09-17 16:21:27 -07:00 |
|
|
b41d2f8780
|
Add large binary get/set example.
|
2010-09-17 16:21:11 -07:00 |
|
|
c50dff0835
|
Colored test output
|
2010-09-17 16:11:06 -07:00 |
|
|
cf4921cb76
|
Add HSETNX command
|
2010-09-18 11:10:22 +12:00 |
|
|
292dbeef52
|
Merge remote branch 'tj/bugs/empty-keys'
|
2010-09-17 15:42:05 -07:00 |
|
|
48fd5f712e
|
Update comments.
|
2010-09-17 15:42:00 -07:00 |
|
|
d7c5fc6d6e
|
Fixed zero-length mutlibulk replies
|
2010-09-17 15:35:26 -07:00 |
|
|
c0f7a40bbf
|
Added empty KEYS test illustrating hang
|
2010-09-17 15:09:25 -07:00 |
|
|
bcbf3834e1
|
Implemented HGETALL response as object
|
2010-09-17 14:52:32 -07:00 |
|
|
0b3a1c3eaa
|
Added HGETALL object assertions
|
2010-09-17 14:46:15 -07:00 |
|
|
c4e13514d9
|
Queue commands sent before a connection is available.
|
2010-09-17 14:24:10 -07:00 |
|
|
b48105eeb3
|
Update example to use new pre-connection queue.
|
2010-09-17 14:23:33 -07:00 |
|
|
fb786ced80
|
Fix typo.
|
2010-09-17 11:28:39 -07:00 |
|
|
71c584f186
|
Markdown quirks.
|
2010-09-17 11:27:54 -07:00 |
|
|
78cb4105ca
|
Update example.
|
2010-09-17 11:26:46 -07:00 |
|
|
12542e4ccd
|
Formally describe API. Add "why" section.
|
2010-09-17 11:17:37 -07:00 |
|
|
f39344e458
|
Add a couple more command options forms.
|
2010-09-17 11:17:04 -07:00 |
|
|
374b926cb7
|
Clean up small Buffer optimizations.
|
2010-09-17 11:16:19 -07:00 |
|
|
36f4f7eefa
|
Bump version.
|
2010-09-17 11:15:51 -07:00 |
|
|
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 |
|
|
98c1f8613d
|
Merge remote branch 'Tim_Smart/client-close'
|
2010-09-17 08:06:32 -07:00 |
|
|
b7bb32940e
|
s/close/end/
|
2010-09-17 23:18:57 +12:00 |
|
|
5a56d0fa03
|
client::close method
|
2010-09-17 23:13:29 +12:00 |
|
|
a69e60b70f
|
Fix queue::length and add forEach
|
2010-09-17 23:08:50 +12:00 |
|