Commit History

Author SHA1 Message Date
  antirez b28cbe90e1 Restore string2ll() to original version. 6 years ago
  antirez 1a8d7cd9c2 Merge branch 'unstable' of github.com:/antirez/redis into unstable 6 years ago
  antirez e8f5d21940 string2ll(): remove duplicated check for special case. 6 years ago
  antirez 1daee8c748 string2ll(): test for NULL pointer in all the cases. 6 years ago
  Salvatore Sanfilippo ab1d5fe11a Merge pull request #5160 from oranagra/fix_zmalloc_usable 6 years ago
  antirez 9a375e5408 Change 42 to 1000 as warning level for cached scripts. 6 years ago
  Salvatore Sanfilippo 445a2a2b1b Merge pull request #4883 from itamarhaber/lua_scripts-in-info-memory 6 years ago
  antirez b65ddfb16a Dynamic HZ: adapt cron frequency to number of clients. 6 years ago
  antirez e6ea603ad3 Dynamic HZ: separate hz from the configured hz. 6 years ago
  Itamar Haber 993716c351 Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR 6 years ago
  zhaozhao.zz 9674ede85a Streams: skip master fileds only when we are going forward in streamIteratorGetID 6 years ago
  Oran Agra 780815dd6e fix recursion typo in zmalloc_usable 6 years ago
  dsomeshwar bb5b8b3a6f removing redundant check 6 years ago
  WuYunlong 4017a11144 Do not migrate already expired keys. 6 years ago
  WuYunlong dd760bd5e6 Consider aof write error as well as rdb in lua script. 6 years ago
  antirez 4ff47a0b9b Top comment clientsCron(). 6 years ago
  antirez aba6855282 Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead. 6 years ago
  antirez be88c0b16a Rename INFO CLIENT max buffers field names for correctness. 6 years ago
  antirez 0cf3794e6e Fix wrong array index variable in getExpansiveClientsInfo(). 6 years ago
  antirez ea3a20c5d0 Change INFO CLIENTS sections to report pre-computed max/min client buffers. 6 years ago
  dejun.xdj de5ca516ae Streams: ID of xclaim command starts from the sixth argument. 6 years ago
  antirez 8f7e496ba5 Rename var in clientsCronTrackExpansiveClients() for clarity. 6 years ago
  antirez 8d617596f1 Implement a function to retrieve the expansive clients mem usage. 6 years ago
  antirez 85a1b4f807 clientsCronTrackExpansiveClients() actual implementation. 6 years ago
  antirez d4c5fc57db clientsCronTrackExpansiveClients() skeleton and ideas. 6 years ago
  antirez 1c95c07596 Make vars used only by INFO CLIENTS local to the block. 6 years ago
  Salvatore Sanfilippo 16b8d364cc Merge pull request #4727 from kingpeterpaule/redis-fix-info-cli 6 years ago
  antirez 0aca977c47 Merge branch 'unstable' of github.com:/antirez/redis into unstable 6 years ago
  antirez 313b2240ae In addReplyErrorLength() only panic when replying to slave. 6 years ago
  antirez 6183f0590d Refine comment in addReplyErrorLength() about replying to masters/slaves. 6 years ago