]> git.saurik.com Git - redis.git/log
redis.git
15 years agoTcl client library
antirez [Tue, 24 Mar 2009 18:22:45 +0000 (19:22 +0100)] 
Tcl client library

15 years agoredis-benchmark sync with the new protocol
antirez [Tue, 24 Mar 2009 14:22:27 +0000 (15:22 +0100)] 
redis-benchmark sync with the new protocol

15 years agogit mess :)
Ludovico Magnocavallo [Tue, 24 Mar 2009 13:33:43 +0000 (14:33 +0100)] 
git mess :)

15 years agosync python client to the new protocol
Ludovico Magnocavallo [Tue, 24 Mar 2009 13:30:04 +0000 (14:30 +0100)] 
sync python client to the new protocol

15 years agoprotocol fix in SORT reply with null elements
antirez [Tue, 24 Mar 2009 13:22:42 +0000 (14:22 +0100)] 
protocol fix in SORT reply with null elements

15 years agoprotocol doc changed
antirez [Tue, 24 Mar 2009 12:38:25 +0000 (13:38 +0100)] 
protocol doc changed

15 years agoServer replies now in the new format, test-redis.tcl and redis-cli modified accordingly
antirez [Tue, 24 Mar 2009 12:37:32 +0000 (13:37 +0100)] 
Server replies now in the new format, test-redis.tcl and redis-cli modified accordingly

15 years agoPython client library updated, thanks to Ludo!
antirez [Tue, 24 Mar 2009 10:28:34 +0000 (11:28 +0100)] 
Python client library updated, thanks to Ludo!

15 years agorandom tested mode for test-redis.tcl, minor other stuff, version switched to 0.8
antirez [Mon, 23 Mar 2009 23:43:38 +0000 (00:43 +0100)] 
random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8

15 years agoNow MONITOR/SYNC cannot be issued multiple times
antirez [Mon, 23 Mar 2009 20:33:15 +0000 (21:33 +0100)] 
Now MONITOR/SYNC cannot be issued multiple times

15 years agoMONITOR command implemented.
antirez [Mon, 23 Mar 2009 18:43:39 +0000 (19:43 +0100)] 
MONITOR command implemented.

15 years agolucsky changes imported. pid file path can now be configured, redis-cli fixes
antirez [Mon, 23 Mar 2009 16:22:24 +0000 (17:22 +0100)] 
lucsky changes imported. pid file path can now be configured, redis-cli fixes

15 years agoMerge git://github.com/lucsky/redis
antirez [Mon, 23 Mar 2009 16:21:33 +0000 (17:21 +0100)] 
Merge git://github.com/lucsky/redis

15 years agoanother missing free->zfree replacement fixed. Thanks to Ludo
antirez [Mon, 23 Mar 2009 13:50:09 +0000 (14:50 +0100)] 
another missing free->zfree replacement fixed. Thanks to Ludo

15 years agoFixed redis-cli readLine loop to correctly handle EOF.
Luc Heinrich [Mon, 23 Mar 2009 11:43:16 +0000 (12:43 +0100)] 
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.

15 years agoDisplay the port on server startup.
Luc Heinrich [Mon, 23 Mar 2009 11:42:10 +0000 (12:42 +0100)] 
Display the port on server startup.

15 years agoAllow to specify the pid file from the config file.
Luc Heinrich [Mon, 23 Mar 2009 11:31:33 +0000 (12:31 +0100)] 
Allow to specify the pid file from the config file.

15 years agoAdded gitignore file.
Luc Heinrich [Mon, 23 Mar 2009 11:28:28 +0000 (12:28 +0100)] 
Added gitignore file.

15 years agoMGET tests added
antirez [Sun, 22 Mar 2009 14:27:09 +0000 (15:27 +0100)] 
MGET tests added

15 years agodoc changes
antirez [Sun, 22 Mar 2009 14:15:51 +0000 (15:15 +0100)] 
doc changes

15 years agoadded doc for MGET
antirez [Sun, 22 Mar 2009 14:08:06 +0000 (15:08 +0100)] 
added doc for MGET

15 years agoredis-cli now checks the arity of vararg commnads
antirez [Sun, 22 Mar 2009 13:59:05 +0000 (14:59 +0100)] 
redis-cli now checks the arity of vararg commnads

15 years agoINFO fixed, MGET implemented, redis-cli implements INFO/MGET
antirez [Sun, 22 Mar 2009 13:54:14 +0000 (14:54 +0100)] 
INFO fixed, MGET implemented, redis-cli implements INFO/MGET

15 years agofirst commit
antirez [Sun, 22 Mar 2009 09:30:00 +0000 (10:30 +0100)] 
first commit