1. 71b8376 feat(ts): Support to add current timestamp for `TS.ADD` and `TS.INCRBY` (#3190) by RX Xiao · 2 days ago unstable
  2. 3247cab fix(ts): Ensure required keywords in commands and correct `TS.CREATERULE` syntax (#3192) by RX Xiao · 3 days ago
  3. d0a0d71 fix(command): MONITOR command should redact sensitive tokens (#3193) by hulk · 3 days ago
  4. 2a0eb9e fix(command): RESET should be only allowed to run with admin role (#3191) by hulk · 4 days ago
  5. 210abd6 fix(ts): Ensure downstream deletion of all subsequent data from latest bucket (#3183) by RX Xiao · 4 days ago
  6. 32d3499 fix(ts): Avoid aggregating empty downstream bucket when writing to empty series (#3184) by RX Xiao · 5 days ago
  7. 661b9bf chore(deps): Bump jsoncons to v1.4.1 (#3188) by Aleks Lozovyuk · 5 days ago
  8. f7bad87 fix(json): allow to insert at the end of the array (#3186) by hulk · 5 days ago
  9. f10d03d chore(deps): Bump fmtlib to 12.0.0 (#3189) by Aleks Lozovyuk · 5 days ago
  10. 872fd65 feat(ts): Implement `IndexFilter` to remove label indexes of deleted/expired TS keys (#3175) by RX Xiao · 5 days ago
  11. ce1ca5f fix(ts): Disable `TS.MGET/MRANGE` in cluster mode (#3182) by RX Xiao · 5 days ago
  12. cbaa289 fix(stream): XPENDING won't return the idle and deliver count when reading with id '<' (#3185) by hulk · 5 days ago
  13. 9442e7f feat(info): expose RocksDB level file count and pending compaction bytes via info (#3181) by sryan yuan · 6 days ago
  14. 4025a6d feat(config): add RocksDB periodic compaction controls (#3170) by sryan yuan · 7 days ago
  15. 91a1c45 feat(ts): Add support for deleting range of data and `TS.DEL` command (#3174) by RX Xiao · 7 days ago
  16. b5b4199 feat(ts): Add `TS.INCRBY` and `TS.DECRBY` command (#3171) by RX Xiao · 10 days ago
  17. dfdd210 feat(ts): Add `TS.MRANGE` command (#3167) by RX Xiao · 12 days ago
  18. 31e345b fix(list): check the status of rocksdb iterator (#3168) by Jonah Gao · 12 days ago
  19. cf28ab1 feat(ts): Add label-based indexing support and `TS.MGET` command (#3164) by RX Xiao · 14 days ago
  20. df3735e perf(repl): only calculate crc of fetched file when needed (#3161) by Jonah Gao · 3 weeks ago
  21. db0cbec feat(command): return all flags in COMMAND INFO (#3160) by Twice · 3 weeks ago
  22. 0186b84 perf(scan): optimise scan performance when scanning keys with a tag (#3156) by sryan yuan · 3 weeks ago
  23. 6c60669 fix(replication): check the status of listing checkpoint files (#3158) by Jonah Gao · 3 weeks ago
  24. e749b06 feat(script): make EVAL & FCALL exclusive if lua-strict-key-accessing is disabled (#3155) by Twice · 3 weeks ago
  25. dd979ac feat(ts): Add support for writing downstream timeseries and `TS.CREATERULE` command (#3151) by RX Xiao · 3 weeks ago
  26. 1542bdf build: fix build with Homebrew Clang on macOS (#3154) by sryan yuan · 3 weeks ago
  27. 285874d chore(deps): bump jsoncons 1.4.0 (#3152) by Aleks Lozovyuk · 3 weeks ago
  28. cddbccd fix(test): flaky test case in KMETADTA command (#3150) by hulk · 3 weeks ago
  29. 833ae36 fix(namespace): set token can delete another namespace (#3149) by Jonah Gao · 4 weeks ago
  30. 9c9ffb8 fix(scan): pattern-based SCAN iterations may skip remaining keys (#3146) by sryan yuan · 4 weeks ago
  31. 12618e0 perf(storage): eliminate unnecessary `rocksdb::DB::ListColumnFamilies()` (#3145) by Jonah Gao · 4 weeks ago
  32. 9364cdc chore(config): enable `level_compaction_dynamic_level_bytes` by default (#3144) by Jonah Gao · 4 weeks ago
  33. 9446fbd feat(ts): Add `TS.GET` command (#3142) by RX Xiao · 4 weeks ago
  34. 2e160e5 feat(ts): Add data query support and `TS.RANGE` command (#3140) by RX Xiao · 4 weeks ago
  35. 798a3db feat(Dockerfile): add a UID for the user in the container (#3138) by Roman Donchenko · 4 weeks ago
  36. 3afb625 feat(scripting): support strict key-accessing mode for lua scripting (#3139) by Twice · 4 weeks ago
  37. 3c87253 chore: remove unused `autoResizeBlockAndSST` method and config (#3136) by Jonah Gao · 5 weeks ago
  38. cb61292 chore(.asf.yaml): enable auto merge and disable wiki (#3137) by Twice · 5 weeks ago
  39. d6bf684 feat(ts): Add `TS.INFO` command (#3133) by RX Xiao · 5 weeks ago
  40. e83dcf9 feat(ts): Add support for data writing and `TS.CREATE`, `TS.ADD/MADD` commands (#3107) by RX Xiao · 5 weeks ago
  41. 8b1a420 chore(.asf.yaml): make 2.13 a protected branches (#3129) by Twice · 5 weeks ago
  42. 1d86294 fix(replication): Fix Seg Fault On Signal When Replication is Enabled (#3131) by Zhixin Wen · 5 weeks ago
  43. 4861441 chore(README): add RISC-V to supported platforms (#3127) by Twice · 5 weeks ago
  44. 904e918 fix(search): wrong upper bound in reverse scan for infinity (#3124) by zhenghaoz · 5 weeks ago
  45. a107779 feat(replication): WAIT cmd supports timeout (#3117) by Zhixin Wen · 5 weeks ago
  46. 46fa34b feat: Add support for RISC-V architecture (#3053) by wanghan-sanechips · 5 weeks ago
  47. 921078f feat(function): propagate FUNCTION FLUSH/DELETE to replicas (#3121) by Twice · 5 weeks ago
  48. 173ce0c fix(search): convert query tag to lowercase if case insensitive (#3118) by zhenghaoz · 5 weeks ago
  49. 170b4af chore(function): make LUA_GC_CYCLE_PERIOD a global constant (#3116) by Twice · 5 weeks ago
  50. 941e20d feat(function): support subcommand FUNCTION FLUSH (#3119) by Twice · 5 weeks ago
  51. 63960f9 fix(function): reset lua states from all workers in FUNCTION DELETE (#3115) by Twice · 5 weeks ago
  52. 8d53cf3 chore(ci): bump golangci-lint to 2.4.0 (#3114) by Aleks Lozovyuk · 6 weeks ago
  53. 16e7783 fix(search): support escaped character in tags (#3110) by zhenghaoz · 6 weeks ago
  54. ecd618c feat(replication): replication support group sync (#3092) by Zhixin Wen · 6 weeks ago
  55. 963861d feat(hash): support NOVALUES in HSCAN (#3109) by Qiang-Liu · 6 weeks ago
  56. 948af8f fix(strings): check status returned from SETEX and PSETEX (#3108) by Lele Huang · 6 weeks ago
  57. c230dd0 feat(replication): clean up all wait_contexts in CleanupWaitConnection (#3104) by Zhixin Wen · 6 weeks ago
  58. 84f9a93 fix(search): support number literal for tag fields (#3096) by zhenghaoz · 7 weeks ago
  59. 55c62cb chore(ci): bump crate-ci/typos to 1.35.1 (#3102) by Aleks Lozovyuk · 7 weeks ago
  60. 98453a1 feat(replication): set low watermark when reading replication data (#3098) by Zhixin Wen · 7 weeks ago
  61. cd42ad4 feat(ts): Add data structures for uncompressed chunks (#3091) by RX Xiao · 7 weeks ago
  62. 0d77adc fix(migration): send migration batch while full to avoid oom (#3094) by Raphael · 7 weeks ago
  63. 52ca732 feat(replication): optimize wait and replication locks (#3090) by Zhixin Wen · 7 weeks ago
  64. 4450da2 feat(namespace): add a subcommand to show the current ns name (#3088) by Twice · 7 weeks ago
  65. 353bbd0 feat(replication): implement _getack for quick WAIT response (#3075) by Zhixin Wen · 7 weeks ago
  66. ba4a23e feat(replication): make replication delay configurable (#3087) by Zhixin Wen · 7 weeks ago
  67. 9598a26 feat(search): support to skip expired keys in query (#3086) by Twice · 8 weeks ago
  68. 8746395 fix(config): the default log-dir should include stdout (#3085) by Twice · 8 weeks ago
  69. 49d7a29 feat(search): add a compaction filter for search column family (#3084) by Twice · 8 weeks ago
  70. 11fb917 chore(metadata): optimize RedisTypeNames & make timeseries an emptyable type (#3083) by Twice · 8 weeks ago
  71. cc82eea feat(ts): initialize metadata and subkey encoding (#3072) by RX Xiao · 9 weeks ago
  72. 6719235 chore(ci): bump golangci-lint to 2.3.0 (#3071) by Aleks Lozovyuk · 9 weeks ago
  73. c94c18a test: re-enable skipped TLS replica cases (#3068) by Twice · 9 weeks ago
  74. 6108f09 build: disable LTO in debug mode (#3069) by Twice · 9 weeks ago
  75. 166d088 feat(replication): implement WAIT based on replica acks (#3061) by Zhixin Wen · 9 weeks ago
  76. 2482dc7 feat(tdigest): add `TDIGEST.MERGE` command implementation (#3054) by Edward Xu · 10 weeks ago
  77. bd6f643 chore(deps): bump cpptrace to v1.0.3 (#3056) by Aleks Lozovyuk · 10 weeks ago
  78. 417bd13 chore(ci): using golang-lint v2 (#3055) by Aleks Lozovyuk · 10 weeks ago
  79. bb60729 chore(common): refactor parse utils via std::from_chars (#3052) by Twice · 10 weeks ago
  80. b81434f feat(replication): implement WAIT without timeout support (#3047) by Zhixin Wen · 2 months ago
  81. fe8b4cc feat(command): add new command to flush the block cache (#3049) by sryan yuan · 2 months ago
  82. 2f3cdf7 chore(deps): bump rocksdb v10.4.2 (#3050) by Aleks Lozovyuk · 2 months ago
  83. 7aaba5c chore(search): use c++ attributes gnu::may_alias (#3045) by Twice · 3 months ago
  84. 49315f5 fix(config): Setting rocksdb.level0_slowdown_writes_trigger to 0 disables it (#3034) by Ryan Liao · 3 months ago
  85. 28d95a3 chore(ci): bump crate-ci/typos to 1.34.0 (#3042) by Aleks Lozovyuk · 3 months ago
  86. 6d726cc chore(deps): bump oneTBB to v2022.2.0 (#3043) by Aleks Lozovyuk · 3 months ago
  87. 859953b feat(config): allow to configure the rocksdb.sst_file_delete_rate_bytes_per_sec (#3040) by sryan yuan · 3 months ago
  88. 7250ebe chore(deps): bump cpptrace to v1.0.2 (#3039) by Aleks Lozovyuk · 3 months ago
  89. f4664f8 feat(search): accept DIALECT option in FT.SEARCH (#3037) by Twice · 3 months ago
  90. 2f2c11d fix(config): Parse rocksdb.max_bytes_for_level_base as uint64_t (#3032) by Ryan Liao · 3 months ago
  91. 6a1e23b feat(storage): allow to enable the blob cache (#3027) by Ryan Liao · 3 months ago
  92. fb8f116 fix(core): avoid hardcoding RocksDB property strings (#3029) by Ryan Liao · 3 months ago
  93. 110fdf6 feat(command): add redis command to flush memtables (#3022) by Ryan Liao · 3 months ago
  94. 9b04a87 chore(deps): bump cpptrace to v1.0.0 (#3025) by Aleks Lozovyuk · 3 months ago
  95. 8a50e51 fix(core): remove extraneous RocksDB::CancelAllBackgroundWork calls (#3017) (#3019) by Ryan Liao · 4 months ago
  96. 14abba4 fix: Unset change_level if level_compaction_dynamic_level_bytes is enabled (#3020) by Yutian Li · 4 months ago
  97. 398b947 fix(storage): don't try to commit empty write batches (#3015) by Nathan · 4 months ago
  98. 065d4cf feat(config): allow to configure the rocksdb.min_write_buffer_number_to_merge (#3016) by Nathan · 4 months ago
  99. 7846492 feat(event): add logging for blob file creation and deletion (#3014) by Ryan Liao · 4 months ago
  100. 15592c4 fix(event): should log reason string instead of id in EventListener::OnFlushCompleted (#3012) by Ryan Liao · 4 months ago