blaxill
|
45e45f8422
|
Fix ZRevRangeByScoreWithScores to return scores.
|
2013-06-25 11:11:07 +03:00 |
Vladimir Mihailenco
|
c955223298
|
Add another test for getting many keys.
|
2013-06-08 12:11:43 +03:00 |
Vladimir Mihailenco
|
0bd64b143c
|
Clean up benchmarks.
|
2013-04-08 12:43:38 +03:00 |
Vladimir Mihailenco
|
f14cf3644b
|
Add test for reading many keys.
|
2013-03-21 12:28:19 +02:00 |
QLeelulu
|
ef0cc25b9b
|
Fix float64 formatting.
|
2013-03-05 12:21:42 +02:00 |
Vladimir Mihailenco
|
a07e186fb3
|
Fix all examples in readme. Req now implements Stringer interface for debugging purposes.
|
2013-02-17 18:49:17 +02:00 |
Vladimir Mihailenco
|
ed0d065f72
|
Add test for timeout in BLPOP.
|
2013-02-02 16:04:41 +02:00 |
Vladimir Mihailenco
|
5a90e32c63
|
Add *Map commands where possible.
|
2013-02-02 14:17:01 +02:00 |
Vladimir Mihailenco
|
f64761880b
|
Add NewUnixClient to connect to the unix sockets.
|
2013-02-02 12:50:43 +02:00 |
Vladimir Mihailenco
|
7cda614ca1
|
Fix compilation.
|
2012-11-11 16:37:50 +02:00 |
Vladimir Mihailenco
|
1fa1eee592
|
Fix failing test.
|
2012-10-14 16:22:54 +03:00 |
Vladimir Mihailenco
|
a94daf0c96
|
parser: Introduce parserError.
|
2012-08-26 12:18:42 +03:00 |
Vladimir Mihailenco
|
ee844aaf1d
|
multi: Properly reset client in case of empty transaction.
|
2012-08-25 21:54:35 +03:00 |
Vladimir Mihailenco
|
e40a6041e1
|
Add SHUTDOWN command.
|
2012-08-25 15:35:39 +03:00 |
Vladimir Mihailenco
|
f56748aab9
|
Use net.Conn instead of io.ReadWriteCloser.
|
2012-08-20 14:50:25 +03:00 |
Vladimir Mihailenco
|
9ad848d04b
|
Add support for scripting commands.
|
2012-08-20 13:42:33 +03:00 |
Vladimir Mihailenco
|
583e901221
|
Use IfaceSliceReq for CONFIG GET because it can return (nil) on Redis 2.4.*.
|
2012-08-20 00:16:26 +03:00 |
Vladimir Mihailenco
|
9764065750
|
Reuse connections to Redis during tests.
|
2012-08-19 23:59:52 +03:00 |
Vladimir Mihailenco
|
a654224ced
|
pipeline: Add DiscardQueued method.
|
2012-08-19 23:19:00 +03:00 |
Vladimir Mihailenco
|
569b1b07ac
|
Add BITCOUNT and BITOP commands.
|
2012-08-19 15:57:58 +03:00 |
Vladimir Mihailenco
|
11e1783560
|
Review API.
|
2012-08-17 21:36:48 +03:00 |
Vladimir Mihailenco
|
df1b8a3f5c
|
Fix reading zero-length bulk reply.
|
2012-08-15 23:48:32 +03:00 |
Vladimir Mihailenco
|
a2f5423658
|
Reuse buffer for constructing request.
|
2012-08-14 18:20:22 +03:00 |
Vladimir Mihailenco
|
625adac9ab
|
multi: Improve API.
|
2012-08-13 14:45:32 +03:00 |
Vladimir Mihailenco
|
59f901d62f
|
parser: greatly simplify reply parsing.
|
2012-08-12 21:41:44 +03:00 |
Vladimir Mihailenco
|
e7eb2a03f4
|
request: Export ErrValNotSet.
|
2012-08-11 18:02:28 +03:00 |
Vladimir Mihailenco
|
2f4156dd04
|
Extract pipeline and multi/exec support to separate files.
|
2012-08-11 17:42:10 +03:00 |
Vladimir Mihailenco
|
83664bb3a8
|
Add support for watch in transactions.
|
2012-08-09 17:06:26 +03:00 |
Vladimir Mihailenco
|
052cef49d2
|
Add support for psubscribe and punsubscribe.
|
2012-08-09 15:27:06 +03:00 |
Vladimir Mihailenco
|
de86ea1993
|
Use ReadLiner interface where possible.
|
2012-08-09 14:51:43 +03:00 |
Vladimir Mihailenco
|
b2e3463af1
|
Get rid of custom buffered reader.
|
2012-08-09 13:12:41 +03:00 |
Vladimir Mihailenco
|
1d3a223419
|
Check every req for error.
|
2012-08-06 15:45:38 +03:00 |
Vladimir Mihailenco
|
05223145e0
|
Change API and update tests.
|
2012-08-06 15:09:48 +03:00 |
Vladimir Mihailenco
|
c5c8ec6b0c
|
Add support for connection initialisation.
|
2012-08-06 11:33:49 +03:00 |
Vladimir Mihailenco
|
b36e10bf80
|
Properly read replies that are bigger than read buffer.
|
2012-08-05 21:09:38 +03:00 |
Vladimir Mihailenco
|
19a5db6632
|
Add connnection pool and improve API.
|
2012-08-05 15:09:43 +03:00 |
Vladimir Mihailenco
|
859c5fb03b
|
Add test for running commands from different goroutines.
|
2012-07-29 13:02:45 +03:00 |
Vladimir Mihailenco
|
9d06871d6e
|
Fix waiting reply on empty queue.
|
2012-07-29 12:51:29 +03:00 |
Vladimir Mihailenco
|
41137c2e6f
|
Add pipelining support.
|
2012-07-29 12:42:00 +03:00 |
Vladimir Mihailenco
|
4814ee7600
|
Add sorted sets support.
|
2012-07-27 17:21:50 +03:00 |
Vladimir Mihailenco
|
9c5def7f1f
|
Fix imports.
|
2012-07-27 14:43:30 +03:00 |
Vladimir Mihailenco
|
153bd05fb7
|
Fix multi/exec and add more commands.
|
2012-07-26 18:16:17 +03:00 |
Vladimir Mihailenco
|
a74d9a5801
|
Initial commit.
|
2012-07-25 16:00:50 +03:00 |