Commit History

Author SHA1 Message Date
  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
  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
  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
  Salvatore Sanfilippo 22e9321c3e Merge pull request #5138 from oranagra/improve_defrag_test 6 years ago
  Oran Agra f89c93c8ad make active defrag test more stable 6 years ago
  Salvatore Sanfilippo 8213f64d64 Merge pull request #5122 from trevor211/allowWritesWhenAofDisabled 6 years ago
  Salvatore Sanfilippo 46fd927800 Merge pull request #4237 from aspirewit/update-comment 6 years ago
  antirez 6201f7b4e0 Streams: better error when $ is given with XREADGROUP. 6 years ago
  Salvatore Sanfilippo 4bff45c7a6 Merge pull request #5136 from 0xtonyxia/fix-xread-id-parse 6 years ago
  antirez afc7e08a20 Panic when we are sending an error to our master/slave. 6 years ago
  Salvatore Sanfilippo e03358c0d9 Merge pull request #5135 from oranagra/rare_repl_corruption 6 years ago
  dejun.xdj 846cf12ae5 Streams: remove meaningless if condition. 6 years ago
  dejun.xdj 6501b6bb6d Streams: return an error message if using xreadgroup with '$' ID. 6 years ago
  Oran Agra d55598988b fix rare replication stream corruption with disk-based replication 6 years ago
  antirez cefe21d28a dict.c: remove a few trailing spaces. 6 years ago
  Salvatore Sanfilippo 4fc2099235 Merge pull request #5128 from kingpeterpaule/remove-one-loop-in-freeMemoryIfNeeded 6 years ago
  Salvatore Sanfilippo 9fbd49bbaf Merge pull request #5113 from 0xtonyxia/using-compare-func-instead 6 years ago