2009-05-17 |
antirez | SDIFF/SDIFFSTORE implemnted unifying it with the implem... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
antirez | timestamp in log lines |
commit | commitdiff | tree | snapshot |
2009-05-11 |
antirez | Python client updated pushing from Ludo's repository |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ludovico Magnocavallo | disconnect when we cannot read from the socket |
commit | commitdiff | tree | snapshot |
2009-05-10 |
antirez | benchmark utility now supports random keys |
commit | commitdiff | tree | snapshot |
2009-05-10 |
antirez | minor doc changes |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | added tests for vararg DEL |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | DEL is now a vararg, IMPORTANT: memory leak fixed in... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | doc changes |
commit | commitdiff | tree | snapshot |
2009-05-09 |
antirez | CPP client added thanks to Brian Hammond |
commit | commitdiff | tree | snapshot |
2009-05-06 |
antirez | Infinite number of arguments for MGET and all the other... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
antirez | Warns if /proc/sys/vm/overcommit_memory is set to 0... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
antirez | zmalloc fix, return NULL or real malloc failure |
commit | commitdiff | tree | snapshot |
2009-04-30 |
antirez | more fixes for dict.c and the 150 million keys limit |
commit | commitdiff | tree | snapshot |
2009-04-30 |
antirez | dict.c modified to be able to handle more than 150... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
antirez | fuzz stresser implemented in redis-test |
commit | commitdiff | tree | snapshot |
2009-04-29 |
antirez | fixed for HT resize check 32bits overflow |
commit | commitdiff | tree | snapshot |
2009-04-29 |
antirez | Check for fork() failure in background saving |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | fix for the LZF off-by-one bug added |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | print bytes used at exit on SHUTDOWN |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | SMOVE test added |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | SMOVE command implemented |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | less CPU usage in command parsing, case insensitive... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | GETSET command doc added |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | GETSET tests |
commit | commitdiff | tree | snapshot |
2009-04-28 |
antirez | GETSET implemented |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | ability to specify a different file name for the DB |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | log file parsing code improved a bit |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | bgsave_in_progress field in INFO output |
commit | commitdiff | tree | snapshot |
2009-04-27 |
antirez | INCRBY/DECRBY now support 64bit increments, with tests |
commit | commitdiff | tree | snapshot |
2009-04-23 |
antirez | RANDOMKEY regression test added |
commit | commitdiff | tree | snapshot |
2009-04-23 |
antirez | dictGetRandomKey bug fixed, RANDOMKEY will not block... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
antirez | FLUSHALL/FLUSHDB no longer sync on disk. Just increment... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
antirez | forgot to comment testing code in PHP lib. Now it is ok |
commit | commitdiff | tree | snapshot |
2009-04-21 |
antirez | PHP client ported to PHP5 and fixed |
commit | commitdiff | tree | snapshot |
2009-04-20 |
antirez | doc update |
commit | commitdiff | tree | snapshot |
2009-04-20 |
antirez | Non blocking replication (finally!). C-side linked... |
commit | commitdiff | tree | snapshot |
2009-04-19 |
antirez | SUNION, SUNIONSTORE, Initial work on non blocking repli... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
antirez | Redis 0.091 released |
commit | commitdiff | tree | snapshot |
2009-04-10 |
antirez | SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
antirez | doc changes |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | TODO changes, minor change to default redis.conf |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | html doc updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | library clients update scripts |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Ruby client updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Lua client updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Changelog updated |
commit | commitdiff | tree | snapshot |
2009-04-08 |
antirez | Merge git://github.com/ludoo/redis |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ludovico Magnocavallo | add expire command to the php lib |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ludovico Magnocavallo | fix decode bug, add flush and info commands |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bob Potter | Rearrange redisObject struct to reduce memory usage... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bob Potter | ruby19 compat: use each_line on string |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Bob Potter | 64bit fixes for usedmemory |
commit | commitdiff | tree | snapshot |
2009-04-07 |
antirez | RANDOMKEY issue 26 fixed, generic test + regression... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
antirez | Don't accept SAVE if BGSAVE is in progress |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ludovico Magnocavallo | add expire command to the python lib |
commit | commitdiff | tree | snapshot |
2009-04-03 |
antirez | persistent EXPIRE |
commit | commitdiff | tree | snapshot |
2009-04-03 |
antirez | dirty increment was missing in two points. TODO updated |
commit | commitdiff | tree | snapshot |
2009-04-02 |
antirez | LZF configured to initalize the HT in order to be deter... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Ludovico Magnocavallo | fix select test |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Ludovico Magnocavallo | fix trailing cr+nl in values |
commit | commitdiff | tree | snapshot |
2009-04-02 |
antirez | compression/decompression of large values on disk now... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
antirez | disable LZF compression since it's not able to load... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
antirez | new LZF files added |
commit | commitdiff | tree | snapshot |
2009-04-02 |
antirez | Fixed issue 23 about AUTH |
commit | commitdiff | tree | snapshot |
2009-04-02 |
antirez | Issue 22 fixed |
commit | commitdiff | tree | snapshot |
2009-04-01 |
antirez | non-lazy expired keys purging implemented |
commit | commitdiff | tree | snapshot |
2009-04-01 |
antirez | fastlz dependence removed |
commit | commitdiff | tree | snapshot |
2009-04-01 |
antirez | Initial implementation of EXPIRE |
commit | commitdiff | tree | snapshot |
2009-03-30 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2009-03-30 |
antirez | changelog added |
commit | commitdiff | tree | snapshot |
2009-03-28 |
antirez | redis-sha1 utility added |
commit | commitdiff | tree | snapshot |
2009-03-28 |
antirez | Integer encoding implemented in dump file. Doc updated |
commit | commitdiff | tree | snapshot |
2009-03-27 |
antirez | feature macros defined to play well with C99 |
commit | commitdiff | tree | snapshot |
2009-03-27 |
antirez | feature macros defined to play well with C99 |
commit | commitdiff | tree | snapshot |
2009-03-27 |
antirez | now Redis is C99-ok |
commit | commitdiff | tree | snapshot |
2009-03-27 |
antirez | IMPORTANT FIX: new dump format implementation was broke... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
antirez | ANSI-C compatibility changes |
commit | commitdiff | tree | snapshot |
2009-03-27 |
antirez | Ruby client library updated. Important changes in this... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
antirez | Lua client added thanks to Daniele Alessandri |
commit | commitdiff | tree | snapshot |
2009-03-26 |
antirez | Lua client added thanks to Daniele Alessandri |
commit | commitdiff | tree | snapshot |
2009-03-26 |
antirez | AUTH merged from Brian Hammond fork, reworked a bit... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Brian Hammond | Adds AUTH command. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
antirez | Nasty bug of the new DB format fixed, objects sharing... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
antirez | doc update |
commit | commitdiff | tree | snapshot |
2009-03-25 |
antirez | Erlang client synched with Valentiono's repo |
commit | commitdiff | tree | snapshot |
2009-03-25 |
antirez | New file dump format, perl client library added |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | New protocol fix for LREM |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | two typos fixed |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | Now the Redis test uses the proper Tcl client library |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | Tcl client library |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | redis-benchmark sync with the new protocol |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Ludovico Magnocavallo | git mess :) |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Ludovico Magnocavallo | sync python client to the new protocol |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | protocol fix in SORT reply with null elements |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | protocol doc changed |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | Server replies now in the new format, test-redis.tcl... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
antirez | Python client library updated, thanks to Ludo! |
commit | commitdiff | tree | snapshot |
2009-03-23 |
antirez | random tested mode for test-redis.tcl, minor other... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
antirez | Now MONITOR/SYNC cannot be issued multiple times |
commit | commitdiff | tree | snapshot |
next |