]> git.saurik.com Git - redis.git/log
redis.git
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