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