]>
git.saurik.com Git - redis.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
antirez [Mon, 23 Mar 2009 18:43:39 +0000 (19:43 +0100)]
MONITOR command implemented.
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
antirez [Mon, 23 Mar 2009 16:21:33 +0000 (17:21 +0100)]
Merge git://github.com/lucsky/redis
antirez [Mon, 23 Mar 2009 13:50:09 +0000 (14:50 +0100)]
another missing free->zfree replacement fixed. Thanks to Ludo
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.
Luc Heinrich [Mon, 23 Mar 2009 11:42:10 +0000 (12:42 +0100)]
Display the port on server startup.
Luc Heinrich [Mon, 23 Mar 2009 11:31:33 +0000 (12:31 +0100)]
Allow to specify the pid file from the config file.
Luc Heinrich [Mon, 23 Mar 2009 11:28:28 +0000 (12:28 +0100)]
Added gitignore file.
antirez [Sun, 22 Mar 2009 14:27:09 +0000 (15:27 +0100)]
MGET tests added
antirez [Sun, 22 Mar 2009 14:15:51 +0000 (15:15 +0100)]
doc changes
antirez [Sun, 22 Mar 2009 14:08:06 +0000 (15:08 +0100)]
added doc for MGET
antirez [Sun, 22 Mar 2009 13:59:05 +0000 (14:59 +0100)]
redis-cli now checks the arity of vararg commnads
antirez [Sun, 22 Mar 2009 13:54:14 +0000 (14:54 +0100)]
INFO fixed, MGET implemented, redis-cli implements INFO/MGET
antirez [Sun, 22 Mar 2009 09:30:00 +0000 (10:30 +0100)]
first commit