Commit History

Author SHA1 Message Date
  antirez a8c1bb310e Streams: fix new XREADGROUP sync logic. 6 years ago
  antirez 1a02b5f6ee Streams: make blocking for > a truly special case. 6 years ago
  antirez a71e814853 Streams: send an error to consumers blocked on non-existing group. 6 years ago
  antirez 09327f11dd Streams: fix unblocking logic into a consumer group. 6 years ago
  dejun.xdj 3f8a3efe5f Streams: fix xreadgroup crash after xgroup SETID is sent. 6 years ago
  Salvatore Sanfilippo 7239e9ca5f Merge pull request #5095 from 0xtonyxia/fix-indentation 6 years ago
  dejun.xdj 61f12973f7 Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK option. 6 years ago
  antirez b67f027699 redis-cli: fix #4990 additional argument in help. 6 years ago
  antirez 18d65849fd redis-cli: fix #5096 double error message. 6 years ago
  antirez 846203279c redis-cli: cliConnect() flags CC_FORCE and CC_QUIET. 6 years ago
  Amit Dey a3a5a25fa0 fixing broken link in CONTRIBUTING 6 years ago
  dejun.xdj 289d8d9c2c CLIENT UNBLOCK: fix client unblock help message. 6 years ago
  minkikim89 62a4a8c1d5 fix whitespace in redis-cli.c 6 years ago
  WuYunlong 0a5805d7f1 fix compile warning in addReplySubcommandSyntaxError 6 years ago
  antirez cb78c84235 Use nolocks_localtime() for safer logging. 6 years ago
  antirez 81778d91bf Cache timezone and daylight active flag for safer logging. 6 years ago
  antirez 18d8205bbd Localtime: clarify is_leap_year() working with comments. 6 years ago
  antirez 2964414450 Localtime: fix comment about leap year. 6 years ago
  antirez 0ea39aa404 Localtime: fix daylight saving adjustment. Use * not +. 6 years ago
  antirez 6614d30599 Localtime: fix daylight time documentation and computation. 6 years ago
  dejun.xdj 46f5a2ca07 Fix indentation. 6 years ago
  antirez 243c5a7a30 Localtime: add a test main() function to check the output. 6 years ago
  antirez c25ee35a8b Localtime: day of month is 1 based. Convert from 0 based "days". 6 years ago
  antirez b9f3383029 Localtime: fix timezone adjustment. 6 years ago
  antirez 0c12cbedbb Localtime: compute year, month and day of the month. 6 years ago
  antirez 06ca400f95 Localtime: basics initial calculations. Year missing. 6 years ago
  antirez 6a52906758 Localtime function skeleton and file added. 6 years ago
  Jack Drogon 93238575f7 Fix typo 6 years ago
  antirez 94b3ee6142 Clarify the pending_querybuf field of clients. 6 years ago
  antirez 549b8b9973 Improve style of PR #5084. 6 years ago