Commit Graph

28 Commits

Author SHA1 Message Date
antirez
0ea663ea01 Issue 69 fixed. Object integer encoding now works with replication and MONITORing again. 2009-10-02 10:23:25 +02:00
antirez
557a74e563 Latest doc changes for 1.0 2009-09-03 10:42:47 +02:00
antirez
7c44bbb110 Scala client added thanks to Alejanro Crosa 2009-09-02 10:34:27 +02:00
antirez
f0dec43b53 Redis version modified to 0.900 2009-06-16 17:33:58 +02:00
antirez
df3fd8d88d Redis release candidate 1 2009-06-16 16:42:53 +02:00
antirez
7492bbe9f5 SPOP documented 2009-06-14 23:22:09 +02:00
antirez
e65fdc7838 enable backtrace capabilities only for Linux and MacOSX 2009-06-07 15:47:59 +02:00
antirez
a3cc9e36aa TODO updated 2009-06-06 10:00:12 +02:00
antirez
333298dac3 DEBUG OBJECT implemented 2009-06-04 17:13:33 +02:00
antirez
16edf32dc3 Redis git version modified to 0.101 in order to distinguish that from the latest tar.gz via INFO ;) 2009-05-26 20:54:47 +02:00
antirez
d7fc9edb18 client libraries synched in git 2009-05-26 18:10:50 +02:00
antirez
a56785f73c RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux 2009-05-26 01:12:46 +02:00
antirez
0b420168b4 minor fix to RubyRedis about bulk commands sent without arguments 2009-05-25 21:30:20 +02:00
antirez
321b0e13f6 SLAVEOF command implemented for replication remote control 2009-05-23 10:56:32 +02:00
antirez
fd88489a41 TTL command implemented 2009-05-22 15:55:38 +02:00
antirez
1350d27e59 SDIFF / SDIFFSTORE added to doc 2009-05-20 11:09:09 +02:00
antirez
7407797596 Python client updated pushing from Ludo's repository 2009-05-11 13:50:09 +02:00
antirez
5109cdff83 DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code 2009-05-09 12:18:32 +02:00
antirez
75398fbcae fuzz stresser implemented in redis-test 2009-04-29 19:49:19 +02:00
antirez
a4460ef43f SMOVE command implemented 2009-04-28 20:36:08 +02:00
antirez
02fdd5ab4c GETSET command doc added 2009-04-28 16:33:35 +02:00
antirez
b8b553c84f ability to specify a different file name for the DB 2009-04-27 18:10:00 +02:00
antirez
d68ed1201a INCRBY/DECRBY now support 64bit increments, with tests 2009-04-27 17:50:26 +02:00
antirez
6f864e6266 dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore 2009-04-23 18:46:11 +02:00
antirez
40d224a9e3 SUNION, SUNIONSTORE, Initial work on non blocking replication 2009-04-19 10:02:36 +02:00
antirez
6bea3d5f58 Redis 0.091 released 2009-04-10 13:49:50 +02:00
antirez
8b382972b0 Changelog updated 2009-04-08 12:25:15 +02:00
antirez
378fd42197 changelog added 2009-03-30 12:13:43 +02:00