1. b5b4199 feat(ts): Add `TS.INCRBY` and `TS.DECRBY` command (#3171) by RX Xiao · 28 hours ago unstable
  2. dfdd210 feat(ts): Add `TS.MRANGE` command (#3167) by RX Xiao · 3 days ago
  3. 31e345b fix(list): check the status of rocksdb iterator (#3168) by Jonah Gao · 3 days ago
  4. cf28ab1 feat(ts): Add label-based indexing support and `TS.MGET` command (#3164) by RX Xiao · 5 days ago
  5. df3735e perf(repl): only calculate crc of fetched file when needed (#3161) by Jonah Gao · 10 days ago
  6. db0cbec feat(command): return all flags in COMMAND INFO (#3160) by Twice · 11 days ago
  7. 0186b84 perf(scan): optimise scan performance when scanning keys with a tag (#3156) by sryan yuan · 11 days ago
  8. 6c60669 fix(replication): check the status of listing checkpoint files (#3158) by Jonah Gao · 12 days ago
  9. e749b06 feat(script): make EVAL & FCALL exclusive if lua-strict-key-accessing is disabled (#3155) by Twice · 12 days ago
  10. dd979ac feat(ts): Add support for writing downstream timeseries and `TS.CREATERULE` command (#3151) by RX Xiao · 12 days ago
  11. 1542bdf build: fix build with Homebrew Clang on macOS (#3154) by sryan yuan · 13 days ago
  12. 285874d chore(deps): bump jsoncons 1.4.0 (#3152) by Aleks Lozovyuk · 14 days ago
  13. cddbccd fix(test): flaky test case in KMETADTA command (#3150) by hulk · 2 weeks ago
  14. 833ae36 fix(namespace): set token can delete another namespace (#3149) by Jonah Gao · 2 weeks ago
  15. 9c9ffb8 fix(scan): pattern-based SCAN iterations may skip remaining keys (#3146) by sryan yuan · 3 weeks ago
  16. 12618e0 perf(storage): eliminate unnecessary `rocksdb::DB::ListColumnFamilies()` (#3145) by Jonah Gao · 3 weeks ago
  17. 9364cdc chore(config): enable `level_compaction_dynamic_level_bytes` by default (#3144) by Jonah Gao · 3 weeks ago
  18. 9446fbd feat(ts): Add `TS.GET` command (#3142) by RX Xiao · 3 weeks ago
  19. 2e160e5 feat(ts): Add data query support and `TS.RANGE` command (#3140) by RX Xiao · 3 weeks ago
  20. 798a3db feat(Dockerfile): add a UID for the user in the container (#3138) by Roman Donchenko · 3 weeks ago
  21. 3afb625 feat(scripting): support strict key-accessing mode for lua scripting (#3139) by Twice · 3 weeks ago
  22. 3c87253 chore: remove unused `autoResizeBlockAndSST` method and config (#3136) by Jonah Gao · 3 weeks ago
  23. cb61292 chore(.asf.yaml): enable auto merge and disable wiki (#3137) by Twice · 3 weeks ago
  24. d6bf684 feat(ts): Add `TS.INFO` command (#3133) by RX Xiao · 3 weeks ago
  25. e83dcf9 feat(ts): Add support for data writing and `TS.CREATE`, `TS.ADD/MADD` commands (#3107) by RX Xiao · 4 weeks ago
  26. 8b1a420 chore(.asf.yaml): make 2.13 a protected branches (#3129) by Twice · 4 weeks ago
  27. 1d86294 fix(replication): Fix Seg Fault On Signal When Replication is Enabled (#3131) by Zhixin Wen · 4 weeks ago
  28. 4861441 chore(README): add RISC-V to supported platforms (#3127) by Twice · 4 weeks ago
  29. 904e918 fix(search): wrong upper bound in reverse scan for infinity (#3124) by zhenghaoz · 4 weeks ago
  30. a107779 feat(replication): WAIT cmd supports timeout (#3117) by Zhixin Wen · 4 weeks ago
  31. 46fa34b feat: Add support for RISC-V architecture (#3053) by wanghan-sanechips · 4 weeks ago
  32. 921078f feat(function): propagate FUNCTION FLUSH/DELETE to replicas (#3121) by Twice · 4 weeks ago
  33. 173ce0c fix(search): convert query tag to lowercase if case insensitive (#3118) by zhenghaoz · 4 weeks ago
  34. 170b4af chore(function): make LUA_GC_CYCLE_PERIOD a global constant (#3116) by Twice · 4 weeks ago
  35. 941e20d feat(function): support subcommand FUNCTION FLUSH (#3119) by Twice · 4 weeks ago
  36. 63960f9 fix(function): reset lua states from all workers in FUNCTION DELETE (#3115) by Twice · 4 weeks ago
  37. 8d53cf3 chore(ci): bump golangci-lint to 2.4.0 (#3114) by Aleks Lozovyuk · 4 weeks ago
  38. 16e7783 fix(search): support escaped character in tags (#3110) by zhenghaoz · 5 weeks ago
  39. ecd618c feat(replication): replication support group sync (#3092) by Zhixin Wen · 5 weeks ago
  40. 963861d feat(hash): support NOVALUES in HSCAN (#3109) by Qiang-Liu · 5 weeks ago
  41. 948af8f fix(strings): check status returned from SETEX and PSETEX (#3108) by Lele Huang · 5 weeks ago
  42. c230dd0 feat(replication): clean up all wait_contexts in CleanupWaitConnection (#3104) by Zhixin Wen · 5 weeks ago
  43. 84f9a93 fix(search): support number literal for tag fields (#3096) by zhenghaoz · 6 weeks ago
  44. 55c62cb chore(ci): bump crate-ci/typos to 1.35.1 (#3102) by Aleks Lozovyuk · 6 weeks ago
  45. 98453a1 feat(replication): set low watermark when reading replication data (#3098) by Zhixin Wen · 6 weeks ago
  46. cd42ad4 feat(ts): Add data structures for uncompressed chunks (#3091) by RX Xiao · 6 weeks ago
  47. 0d77adc fix(migration): send migration batch while full to avoid oom (#3094) by Raphael · 6 weeks ago
  48. 52ca732 feat(replication): optimize wait and replication locks (#3090) by Zhixin Wen · 6 weeks ago
  49. 4450da2 feat(namespace): add a subcommand to show the current ns name (#3088) by Twice · 6 weeks ago
  50. 353bbd0 feat(replication): implement _getack for quick WAIT response (#3075) by Zhixin Wen · 6 weeks ago
  51. ba4a23e feat(replication): make replication delay configurable (#3087) by Zhixin Wen · 6 weeks ago
  52. 9598a26 feat(search): support to skip expired keys in query (#3086) by Twice · 6 weeks ago
  53. 8746395 fix(config): the default log-dir should include stdout (#3085) by Twice · 6 weeks ago
  54. 49d7a29 feat(search): add a compaction filter for search column family (#3084) by Twice · 7 weeks ago
  55. 11fb917 chore(metadata): optimize RedisTypeNames & make timeseries an emptyable type (#3083) by Twice · 7 weeks ago
  56. cc82eea feat(ts): initialize metadata and subkey encoding (#3072) by RX Xiao · 8 weeks ago
  57. 6719235 chore(ci): bump golangci-lint to 2.3.0 (#3071) by Aleks Lozovyuk · 8 weeks ago
  58. c94c18a test: re-enable skipped TLS replica cases (#3068) by Twice · 8 weeks ago
  59. 6108f09 build: disable LTO in debug mode (#3069) by Twice · 8 weeks ago
  60. 166d088 feat(replication): implement WAIT based on replica acks (#3061) by Zhixin Wen · 8 weeks ago
  61. 2482dc7 feat(tdigest): add `TDIGEST.MERGE` command implementation (#3054) by Edward Xu · 8 weeks ago
  62. bd6f643 chore(deps): bump cpptrace to v1.0.3 (#3056) by Aleks Lozovyuk · 9 weeks ago
  63. 417bd13 chore(ci): using golang-lint v2 (#3055) by Aleks Lozovyuk · 9 weeks ago
  64. bb60729 chore(common): refactor parse utils via std::from_chars (#3052) by Twice · 9 weeks ago
  65. b81434f feat(replication): implement WAIT without timeout support (#3047) by Zhixin Wen · 9 weeks ago
  66. fe8b4cc feat(command): add new command to flush the block cache (#3049) by sryan yuan · 9 weeks ago
  67. 2f3cdf7 chore(deps): bump rocksdb v10.4.2 (#3050) by Aleks Lozovyuk · 9 weeks ago
  68. 7aaba5c chore(search): use c++ attributes gnu::may_alias (#3045) by Twice · 10 weeks ago
  69. 49315f5 fix(config): Setting rocksdb.level0_slowdown_writes_trigger to 0 disables it (#3034) by Ryan Liao · 2 months ago
  70. 28d95a3 chore(ci): bump crate-ci/typos to 1.34.0 (#3042) by Aleks Lozovyuk · 2 months ago
  71. 6d726cc chore(deps): bump oneTBB to v2022.2.0 (#3043) by Aleks Lozovyuk · 3 months ago
  72. 859953b feat(config): allow to configure the rocksdb.sst_file_delete_rate_bytes_per_sec (#3040) by sryan yuan · 3 months ago
  73. 7250ebe chore(deps): bump cpptrace to v1.0.2 (#3039) by Aleks Lozovyuk · 3 months ago
  74. f4664f8 feat(search): accept DIALECT option in FT.SEARCH (#3037) by Twice · 3 months ago
  75. 2f2c11d fix(config): Parse rocksdb.max_bytes_for_level_base as uint64_t (#3032) by Ryan Liao · 3 months ago
  76. 6a1e23b feat(storage): allow to enable the blob cache (#3027) by Ryan Liao · 3 months ago
  77. fb8f116 fix(core): avoid hardcoding RocksDB property strings (#3029) by Ryan Liao · 3 months ago
  78. 110fdf6 feat(command): add redis command to flush memtables (#3022) by Ryan Liao · 3 months ago
  79. 9b04a87 chore(deps): bump cpptrace to v1.0.0 (#3025) by Aleks Lozovyuk · 3 months ago
  80. 8a50e51 fix(core): remove extraneous RocksDB::CancelAllBackgroundWork calls (#3017) (#3019) by Ryan Liao · 3 months ago
  81. 14abba4 fix: Unset change_level if level_compaction_dynamic_level_bytes is enabled (#3020) by Yutian Li · 3 months ago
  82. 398b947 fix(storage): don't try to commit empty write batches (#3015) by Nathan · 3 months ago
  83. 065d4cf feat(config): allow to configure the rocksdb.min_write_buffer_number_to_merge (#3016) by Nathan · 3 months ago
  84. 7846492 feat(event): add logging for blob file creation and deletion (#3014) by Ryan Liao · 3 months ago
  85. 15592c4 fix(event): should log reason string instead of id in EventListener::OnFlushCompleted (#3012) by Ryan Liao · 3 months ago
  86. 644c6b7 chore(Dockerfile): enable the jemalloc option but no active (#3011) by hulk · 3 months ago
  87. ed2b6a8 feat(command): add a new command to enable/disable/dump the memory profiling (#3007) by hulk · 3 months ago
  88. ac66ad5 build: replace zlib with zlib-ng for rocksdb compression (#3003) by Twice · 4 months ago
  89. db08209 build(jemalloc): enable the profiling option when compiling the jemalloc (#3001) by hulk · 4 months ago
  90. 006daf0 fix(txn): wrong RESP reply for EXEC if error occurred in commit (#2996) by Twice · 4 months ago
  91. 4d9c516 chore(deps): update go deps (#2999) by Aleks Lozovyuk · 4 months ago
  92. 2cd7e14 fix(search): missing the indexing phase for scripting (#2998) by Twice · 4 months ago
  93. 896d319 fix(stream): ensure XINFO STREAM command has enough arguments (#2994) by Robert Sacks · 4 months ago
  94. fa5f77f chore: remove ghproxy option in x.py (#2991) by Twice · 4 months ago
  95. fab8891 chore(config): change `raw-key-value` as the default cluster migration type (#2990) by hulk · 4 months ago
  96. ff9ecad chore(config): mark the configuration `rocksdb.row_cache_size` as deprecated (#2989) by hulk · 4 months ago
  97. ef820b5 fix(list): dst-key's version is 0 in rpoplpush cmd for non-existent dst-key (#2985) by weimeng · 4 months ago
  98. adbf8c3 fix(zset): wrong RESP reply in ZMSCORE command for non-existent key (#2983) by weimeng · 4 months ago
  99. 86df0a6 feat(tdigest): Add support for QUANTILE command (#2849) by Anirudh Lakhanpal · 4 months ago
  100. 8206262 fix(zset): crash in ZRANDMEMBER for non-existent keys (#2982) by weimeng · 4 months ago