Commit History

Author SHA1 Message Date
  antirez 2e111efe5a Fixed a never experienced, theoretical bug that can actually happen in practice. Basically when a thread is working on a I/O Job we need to wait it to finish before to cancel the Job in vmCancelThreadedIOJob(), otherwise the thread may mess with an object that is being manipulated by the main thread as well. 15 years ago
  antirez b74880b4ed minor TODO and debugging info changes 15 years ago
  antirez 72e9fd40b6 support for blocking VM in config file 15 years ago
  antirez ec6c7a1d78 used_memory_human added to INFO output. Human readable amount of memory used. 15 years ago
  antirez 0d7170a454 added process id information in INFO 15 years ago
  antirez f870935d3e Introduced a new log verbosity level, so now DEBUG is really for debugging. Refactored a bit maxmemory. When virtual memory is short in RAM free the objects freelist as well as swapping things out. 15 years ago
  antirez b177fd30ac New vararg BLPOP able to block against multiple keys 15 years ago
  antirez 322fc7d855 Fixed a minor bug in GETSET, now the SET part is not performed if the GET fails because the key does not contain a string value 15 years ago
  antirez f6bea06f74 html docs update (ZINCRBY added) 15 years ago
  antirez f0c138f61a TODO list update 15 years ago
  antirez ac945e2dcf SHUTDOWN now does the right thing when append only is on, that is, fsync instead to save the snapshot. 15 years ago
  antirez b2b5ae8006 Fixed sds.c bug #124 15 years ago
  antirez 163f4b8cb2 html doc updated 15 years ago
  antirez 25e52257e6 TODO update 15 years ago
  antirez 3f477979b3 TODO list modified. What's planned for 1.4 is now written in the stone ;) 15 years ago
  antirez 61c47ecd25 better handling of non blocking connect on redis-benchmark: EPIPE on read does not print an error message now 15 years ago
  antirez b32627cdc1 some change to redis-sha1.rb utility to make it more robust against non-meaningful changes in the dataset 15 years ago
  antirez 333fd21615 TODO change and minor SETNX optimization 15 years ago
  antirez 71c54b21e2 Fixed daemonization when using kqueue/kevent. Now the server initialization is performed *after* the daemonization 15 years ago
  antirez 76d31044d4 more HTML doc changes 15 years ago
  antirez 5703330151 a few redis-cli format specified fixed 15 years ago
  antirez 682ac7248a use __attribute__ format in sdscatprintf() when the compiler is GCC. Fixed format bugs resulting from the new warnings. 15 years ago
  antirez 09f6f70209 TODO update 15 years ago
  antirez 0188805dd6 TODO updated 15 years ago
  antirez 0b13687c25 more tests in test-redis.tcl, some minor fix 15 years ago
  antirez 80181f7848 Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freeze 15 years ago
  antirez 03a37888f6 TODO updated 15 years ago
  antirez 1c85b79fef INFO refactored. Stack trace on memory corruption now dumps the same information as the INFO command 15 years ago
  antirez 1fd9bc8adc Changes to TODO list, commented a function in redis.c 15 years ago
  antirez 2014c4377d TODO updated 15 years ago