Commit History

Author SHA1 Message Date
  Oran Agra adf2701cc9 fix string to double conversion, stopped parsing on \0 even if the string has more data. 7 years ago
  antirez de914ede93 Modules: fix for scripting replication of modules commands. 7 years ago
  Salvatore Sanfilippo ada206559d Merge pull request #4467 from yossigo/fix-nested-multi 7 years ago
  Yossi Gottlieb 2c70d28295 Nested MULTI/EXEC may replicate in different cases. 7 years ago
  zhaozhao.zz ea2e51c630 PSYNC2: persist cached_master's dbid inside the RDB 7 years ago
  zhaozhao.zz 93037f7642 PSYNC2: make repl_stream_db never be -1 7 years ago
  zhaozhao.zz 7a808fd8a7 expire & latency: fix the missing latency records generated by expire 7 years ago
  zhaozhao.zz 57bd8feb8d rehash: handle one db until finished 7 years ago
  David Carlier 62689ef0cf Fix undefined behavior constant defined. 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
  zhaozhao.zz b8579c225c PSYNC2: clarify the scenario when repl_stream_db can be -1 7 years ago
  zhaozhao.zz 885c4f856e PSYNC2 & RDB: fix the missing rdbSaveInfo for BGSAVE 7 years ago
  zhaozhao.zz 6ddf0ea293 PSYNC2: safe free backlog when reach the time limit 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
  rouzier 6eb996540c Fix file descriptor leak and error handling 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
  zhaozhao.zz 6dffc1b7a3 Modules: handle the busy module name 7 years ago
  zhaozhao.zz cb9dde3280 Modules: handle the conflict of registering commands 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