Commit Graph

106 Commits

Author SHA1 Message Date
antirez
efc296a1d6 doc changes 2009-05-09 09:58:26 +02:00
antirez
57172ffb31 CPP client added thanks to Brian Hammond 2009-05-09 09:25:59 +02:00
antirez
93ea375904 Infinite number of arguments for MGET and all the other commands 2009-05-06 23:54:57 +02:00
antirez
0bc0337896 Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don't resize the hash tables while the child process is saving in order to avoid copy-on-write of memory pages 2009-05-04 16:26:06 +02:00
antirez
8d196ebac2 zmalloc fix, return NULL or real malloc failure 2009-04-30 20:15:18 +02:00
antirez
71aee3e959 more fixes for dict.c and the 150 million keys limit 2009-04-30 20:08:43 +02:00
antirez
f2923becc6 dict.c modified to be able to handle more than 150,000,000 keys 2009-04-30 14:48:02 +02:00
antirez
75398fbcae fuzz stresser implemented in redis-test 2009-04-29 19:49:19 +02:00
antirez
dec423d9cf fixed for HT resize check 32bits overflow 2009-04-29 16:50:48 +02:00
antirez
5a7c647e9a Check for fork() failure in background saving 2009-04-29 10:33:29 +02:00
antirez
3a2694c441 fix for the LZF off-by-one bug added 2009-04-29 01:04:04 +02:00
antirez
b284af55d8 print bytes used at exit on SHUTDOWN 2009-04-28 22:04:41 +02:00
antirez
0eeb2a4b8f SMOVE test added 2009-04-28 21:19:37 +02:00
antirez
a4460ef43f SMOVE command implemented 2009-04-28 20:36:08 +02:00
antirez
bb0b03a3d7 less CPU usage in command parsing, case insensitive config directives 2009-04-28 16:54:56 +02:00
antirez
02fdd5ab4c GETSET command doc added 2009-04-28 16:33:35 +02:00
antirez
7ac6d4613f GETSET tests 2009-04-28 16:21:16 +02:00
antirez
a431eb74ba GETSET implemented 2009-04-28 14:42:55 +02:00
antirez
b8b553c84f ability to specify a different file name for the DB 2009-04-27 18:10:00 +02:00
antirez
85dd2f3ad2 log file parsing code improved a bit 2009-04-27 18:03:34 +02:00
antirez
be2bb6b07e bgsave_in_progress field in INFO output 2009-04-27 17:52:04 +02:00
antirez
d68ed1201a INCRBY/DECRBY now support 64bit increments, with tests 2009-04-27 17:50:26 +02:00
antirez
f5785ae997 RANDOMKEY regression test added 2009-04-23 18:48:11 +02:00
antirez
6f864e6266 dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymore 2009-04-23 18:46:11 +02:00
antirez
ca37e9cde8 FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by the number of elements removed, that will probably trigger a background saving operation 2009-04-22 01:44:48 +02:00
antirez
975a5b6f98 forgot to comment testing code in PHP lib. Now it is ok 2009-04-21 19:47:12 +02:00
antirez
8d03032a83 PHP client ported to PHP5 and fixed 2009-04-21 19:43:02 +02:00
antirez
3c910136c1 doc update 2009-04-21 00:33:34 +02:00
antirez
6208b3a776 Non blocking replication (finally!). C-side linked lists API improved. 2009-04-20 23:51:51 +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
5faa6025f5 SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just like empty sets 2009-04-10 13:43:41 +02:00
antirez
cc1db901e9 doc changes 2009-04-09 08:44:55 +02:00
antirez
290deb8b8c TODO changes, minor change to default redis.conf 2009-04-08 13:46:26 +02:00
antirez
7f4e28e750 html doc updated 2009-04-08 13:42:34 +02:00
antirez
0bd06e524a library clients update scripts 2009-04-08 13:26:36 +02:00
antirez
9495122b18 Ruby client updated 2009-04-08 13:20:03 +02:00
antirez
928394cd12 Lua client updated 2009-04-08 13:17:55 +02:00
antirez
8b382972b0 Changelog updated 2009-04-08 12:25:15 +02:00
antirez
575acbf1f7 Merge git://github.com/ludoo/redis 2009-04-08 12:13:56 +02:00
Ludovico Magnocavallo
9a2944ace2 add expire command to the php lib 2009-04-08 12:09:56 +02:00
Ludovico Magnocavallo
bb7dcc1e51 fix decode bug, add flush and info commands 2009-04-08 12:08:05 +02:00
Bob Potter
5a6e8b1daa Rearrange redisObject struct to reduce memory usage in 64bit environments (as recommended http://groups.google.com/group/redis-db/msg/68f5a743f8f4e287) 2009-04-07 18:40:33 -05:00
Bob Potter
27dd15268c ruby19 compat: use each_line on string 2009-04-07 18:36:23 -05:00
Bob Potter
5fba9f717b 64bit fixes for usedmemory 2009-04-07 18:33:44 -05:00
antirez
ce7bef0795 RANDOMKEY issue 26 fixed, generic test + regression added 2009-04-08 00:59:53 +02:00
antirez
05557f6de7 Don't accept SAVE if BGSAVE is in progress 2009-04-06 10:29:36 +02:00
Ludovico Magnocavallo
ab48d029d9 add expire command to the python lib 2009-04-06 10:19:26 +02:00
antirez
bb32ede52e persistent EXPIRE 2009-04-03 11:07:37 +02:00
antirez
0c66a4713a dirty increment was missing in two points. TODO updated 2009-04-03 10:04:51 +02:00