Commit History

Author SHA1 Message Date
  antirez d21f4769b8 Modules: fix for scripting replication of modules commands. 7 years ago
  zhaozhao.zz 57bd8feb8d rehash: handle one db until finished 7 years ago
  Salvatore Sanfilippo cf9a3f7048 Merge pull request #2741 from kmiku7/unstable 7 years ago
  Salvatore Sanfilippo 30db805548 Merge pull request #4431 from itamarhaber/patch-10 7 years ago
  Itamar Haber 2564963dc8 Fixes an off-by-one in argument handling of `MEMORY USAGE` 7 years ago
  antirez a1944c3e4d Fix saving of zero-length lists. 7 years ago
  antirez 34d5804d4c SDS: improve sdsRemoveFreeSpace() to avoid useless data copy. 7 years ago
  antirez ffcf7d5ab1 Fix buffer overflows occurring reading redis.conf. 7 years ago
  antirez b2e295971f Regression test for issue #4391. 7 years ago
  antirez de474186bd More robust object -> double conversion. 7 years ago
  antirez 2bf8c2c130 Limit statement in RM_BlockClient() to 80 cols. 7 years ago
  Salvatore Sanfilippo 54ad626cce Merge pull request #4337 from dvirsky/module_ctx_flags 7 years ago
  Dvir Volk 7393fd814e Added safety net preventing redis from crashing if a module decide to block in MULTI 7 years ago
  Dvir Volk b246635d6d Renamed GetCtxFlags to GetContextFlags 7 years ago
  Dvir Volk 616c546b01 Added support for module context flags with RM_GetCtxFlags 7 years ago
  antirez 474adba9fa Clarify comment in change fixing #4323. 7 years ago
  Salvatore Sanfilippo fa2c0582cf Merge pull request #4324 from soloestoy/lazyfree-fix-memory-leak 7 years ago
  zhaozhao.zz 269760edbb Lazyfree: avoid memory leak when free slowlog entry 7 years ago
  antirez bb3b5ddd19 PSYNC2: More refinements related to #4316. 7 years ago
  zhaozhao.zz b541ccef25 PSYNC2: make persisiting replication info more solid 7 years ago
  antirez c1c99e9f4e PSYNC2: Fix the way replication info is saved/loaded from RDB. 7 years ago
  antirez a4152119c6 Merge branch 'unstable' of github.com:/antirez/redis into unstable 7 years ago
  antirez b75ae0bbea PSYNC2: Create backlog on slave partial sync as well. 7 years ago
  Salvatore Sanfilippo 2d13bf4c59 Merge pull request #3785 from GitHubMota/unstable 7 years ago
  Salvatore Sanfilippo 9b4cb4addc Merge pull request #3554 from jybaek/Delete_duplicate 7 years ago
  Salvatore Sanfilippo 8885921dfb Merge pull request #4311 from oranagra/aof_shutdown_flush 7 years ago
  Oran Agra b122cadc66 Flush append only buffers before existing. 7 years ago
  Salvatore Sanfilippo 202c2ebec4 Merge pull request #4191 from jybaek/unstable 7 years ago
  jybaek a8c08b9b76 Add missing fclose() 7 years ago
  Salvatore Sanfilippo 34a79c353f Merge pull request #3935 from itamarhaber/module-cmdstats 7 years ago