antirez
|
ec93bba353
|
macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header
|
2009-06-04 18:50:54 +02:00 |
|
antirez
|
e52c65b90a
|
shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on
|
2009-06-03 16:01:32 +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
|
a0f643ea4c
|
INFO command now reports replication info
|
2009-05-25 23:02:42 +02:00 |
|
antirez
|
0b420168b4
|
minor fix to RubyRedis about bulk commands sent without arguments
|
2009-05-25 21:30:20 +02:00 |
|
antirez
|
8cca9b8277
|
Warns if using the default config
|
2009-05-24 09:21:35 +02:00 |
|
antirez
|
321b0e13f6
|
SLAVEOF command implemented for replication remote control
|
2009-05-23 10:56:32 +02:00 |
|
antirez
|
6fdc78ac69
|
critical bug about glueoutputbuffers=yes fixed. Under load and with pipelining and clients disconnecting on the middle of the chat with the server, Redis could block. Now it's ok
|
2009-05-22 18:35:51 +02:00 |
|
antirez
|
3ba37089b5
|
command postprocessing implemented into RubyRedis
|
2009-05-21 13:22:20 +02:00 |
|
antirez
|
d214bb4894
|
Aman Gupta changes merged
|
2009-05-20 10:44:08 +02:00 |
|
antirez
|
75fd597daf
|
psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested
|
2009-05-19 17:34:30 +02:00 |
|
antirez
|
7407797596
|
Python client updated pushing from Ludo's repository
|
2009-05-11 13:50:09 +02:00 |
|
antirez
|
391b4a60a1
|
minor doc changes
|
2009-05-10 10:48:37 +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
|
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
|
f2923becc6
|
dict.c modified to be able to handle more than 150,000,000 keys
|
2009-04-30 14:48:02 +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
|
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
|
85dd2f3ad2
|
log file parsing code improved a bit
|
2009-04-27 18:03:34 +02:00 |
|
antirez
|
d68ed1201a
|
INCRBY/DECRBY now support 64bit increments, with tests
|
2009-04-27 17:50:26 +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
|
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
|
05557f6de7
|
Don't accept SAVE if BGSAVE is in progress
|
2009-04-06 10:29:36 +02:00 |
|
antirez
|
0c66a4713a
|
dirty increment was missing in two points. TODO updated
|
2009-04-03 10:04:51 +02:00 |
|
antirez
|
774e304780
|
Issue 22 fixed
|
2009-04-02 09:54:45 +02:00 |
|
antirez
|
3305306f09
|
Initial implementation of EXPIRE
|
2009-04-01 13:22:35 +02:00 |
|
antirez
|
300827b60d
|
TODO updated
|
2009-03-30 16:27:35 +02:00 |
|
antirez
|
e3566d4b46
|
Integer encoding implemented in dump file. Doc updated
|
2009-03-28 10:58:19 +01:00 |
|
antirez
|
e63943a450
|
AUTH merged from Brian Hammond fork, reworked a bit to fix minor problems
|
2009-03-26 11:46:14 +01:00 |
|
antirez
|
10c43610de
|
Nasty bug of the new DB format fixed, objects sharing implemented
|
2009-03-25 21:00:48 +01:00 |
|
antirez
|
f78fd11b71
|
New file dump format, perl client library added
|
2009-03-25 16:47:22 +01:00 |
|
antirez
|
5a6948fbc0
|
random tested mode for test-redis.tcl, minor other stuff, version switched to 0.8
|
2009-03-24 00:43:38 +01:00 |
|
antirez
|
cf3f0c012d
|
Now MONITOR/SYNC cannot be issued multiple times
|
2009-03-23 21:33:15 +01:00 |
|
antirez
|
092dac2a64
|
another missing free->zfree replacement fixed. Thanks to Ludo
|
2009-03-23 14:50:09 +01:00 |
|
antirez
|
ed9b544e10
|
first commit
|
2009-03-22 10:30:00 +01:00 |
|