Commit History

Author SHA1 Message Date
  antirez 2c65cbc9e3 TODO updated 15 years ago
  antirez f6b141c57d MSET and MSETNX commands implemented 15 years ago
  antirez 557a74e563 Latest doc changes for 1.0 15 years ago
  antirez ae21a52926 TODO list modified 15 years ago
  antirez df3fd8d88d Redis release candidate 1 15 years ago
  antirez a3b21203d2 Better handling of background saving process killed or crashed 15 years ago
  antirez c3cb078d46 number of keys info in INFO command thanks to Diego Rosario Brogna 15 years ago
  antirez 644fafa383 max bytes in an inline command raised to 1024*1024 bytes, in order to allow for very large MGETs and still protect from client crashes 15 years ago
  antirez 56906eefea Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability 15 years ago
  antirez a3cc9e36aa TODO updated 15 years ago
  antirez dde65f3f3c added config.h for #ifdef business isolation, added fstat64 for Mac OS X 15 years ago
  antirez ec93bba353 macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header 15 years ago
  antirez e52c65b90a shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on 15 years ago
  antirez a56785f73c RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux 15 years ago
  antirez a0f643ea4c INFO command now reports replication info 15 years ago
  antirez 0b420168b4 minor fix to RubyRedis about bulk commands sent without arguments 15 years ago
  antirez 8cca9b8277 Warns if using the default config 15 years ago
  antirez 321b0e13f6 SLAVEOF command implemented for replication remote control 15 years ago
  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 15 years ago
  antirez 3ba37089b5 command postprocessing implemented into RubyRedis 15 years ago
  antirez d214bb4894 Aman Gupta changes merged 15 years ago
  antirez 75fd597daf psort.c/h added. This is a partial qsort implementation that Redis will use when SORT+LIMIT is requested 15 years ago
  antirez 7407797596 Python client updated pushing from Ludo's repository 15 years ago
  antirez 391b4a60a1 minor doc changes 15 years ago
  antirez 5109cdff83 DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code 15 years ago
  antirez 57172ffb31 CPP client added thanks to Brian Hammond 15 years ago
  antirez 93ea375904 Infinite number of arguments for MGET and all the other commands 15 years ago
  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 15 years ago
  antirez f2923becc6 dict.c modified to be able to handle more than 150,000,000 keys 15 years ago
  antirez 3a2694c441 fix for the LZF off-by-one bug added 15 years ago