Commit Graph

9529 Commits

Author SHA1 Message Date
antirez
916686686f Erlang client synched with Valentiono's repo 2009-03-25 16:49:27 +01:00
antirez
f78fd11b71 New file dump format, perl client library added 2009-03-25 16:47:22 +01:00
antirez
7b45bfb2a4 New protocol fix for LREM 2009-03-25 00:26:47 +01:00
antirez
4e4055779f two typos fixed 2009-03-24 21:48:04 +01:00
antirez
43c9dc7bd2 Now the Redis test uses the proper Tcl client library 2009-03-24 20:00:15 +01:00
antirez
9586943755 Tcl client library 2009-03-24 19:22:45 +01:00
antirez
4c26a79a8d redis-benchmark sync with the new protocol 2009-03-24 15:22:27 +01:00
Ludovico Magnocavallo
0c9ca0e11c git mess :) 2009-03-24 14:33:43 +01:00
Ludovico Magnocavallo
11cb153783 sync python client to the new protocol 2009-03-24 14:30:04 +01:00
antirez
9eb00f21f0 protocol fix in SORT reply with null elements 2009-03-24 14:22:42 +01:00
antirez
fab3a740ab protocol doc changed 2009-03-24 13:38:25 +01:00
antirez
c937aa89b5 Server replies now in the new format, test-redis.tcl and redis-cli modified accordingly 2009-03-24 13:37:32 +01:00
antirez
796d05f855 Python client library updated, thanks to Ludo! 2009-03-24 11:28:34 +01:00
antirez
5a6948fbc0 random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8 2009-03-24 00:43:38 +01:00
antirez
cf3f0c012d Now MONITOR/SYNC cannot be issued multiple times 2009-03-23 21:33:15 +01:00
antirez
87eca72788 MONITOR command implemented. 2009-03-23 19:43:39 +01:00
antirez
5a039e3b95 lucsky changes imported. pid file path can now be configured, redis-cli fixes 2009-03-23 17:22:24 +01:00
antirez
2a200c784d Merge git://github.com/lucsky/redis 2009-03-23 17:21:33 +01:00
antirez
092dac2a64 another missing free->zfree replacement fixed. Thanks to Ludo 2009-03-23 14:50:09 +01:00
Luc Heinrich
b91f03a4d1 Fixed redis-cli readLine loop to correctly handle EOF.
When using the shutdown command with redis-cli the server saves the database and, if successful, silently closes the connection. The redis-cli tool did not correcty handle this EOF case in its readLine loop and was therefore infinitely looping - and eating 100% of the CPU - while waiting for some data which would never come.
2009-03-23 12:43:16 +01:00
Luc Heinrich
46713f83d4 Display the port on server startup. 2009-03-23 12:42:10 +01:00
Luc Heinrich
ed329fcf25 Allow to specify the pid file from the config file. 2009-03-23 12:31:33 +01:00
Luc Heinrich
db52edaa0d Added gitignore file. 2009-03-23 12:28:28 +01:00
antirez
5b19bd7238 MGET tests added 2009-03-22 15:27:09 +01:00
antirez
e255235c20 doc changes 2009-03-22 15:15:51 +01:00
antirez
029524dbff added doc for MGET 2009-03-22 15:08:06 +01:00
antirez
a74f2af61c redis-cli now checks the arity of vararg commnads 2009-03-22 14:59:05 +01:00
antirez
70003d28b8 INFO fixed, MGET implemented, redis-cli implements INFO/MGET 2009-03-22 14:54:14 +01:00
antirez
ed9b544e10 first commit 2009-03-22 10:30:00 +01:00