Sign in
apache
/
kvrocks
/
HEAD
8d02125
docs(agents): clarify agent workflow guidance (#3455)
by Twice
· 10 hours ago
unstable
2520bda
fix(command): APPLYBATCH should use the admin permission (#3458)
by hulk
· 3 days ago
7c49728
fix(geo): make geo store commands return the resulting set size with COUNT (#3457)
by 纪华裕
· 3 days ago
64188fe
fix(geo): delete store_key instead of user_key in SearchStore (#3456)
by Songqing Zhang
· 8 days ago
98c051c
fix(stream): allow group and consumer names starting with digits (#3442)
by Songqing Zhang
· 8 days ago
5ebde75
fix(hyperloglog): use namespace-prefixed key in PFMERGE GetMetadata (#3441)
by Songqing Zhang
· 8 days ago
8d4d8ea
feat(commands): expose hash, list and json metadata in kmetadata (#3454)
by Twice
· 9 days ago
d942f53
feat(ci): add caching for CMake FetchContent in CI workflow (#3448)
by 纪华裕
· 9 days ago
27fbff1
fix(tdigest): correct TDIGEST.MERGE parser for COMPRESSION parameter. (#3449)
by Reilly.tang
· 9 days ago
505108c
fix(tdigest): merge into existing dest without OVERRIDE (#3412)
by Reilly.tang
· 10 days ago
75df374
chore(deps): bump jemalloc to 5.3.1 (#3451)
by Aleks Lozovyuk
· 10 days ago
37140d6
feat(hash): initialize field expiration metadata and subkey en/decoding (#3444)
by Twice
· 10 days ago
94e4c8e
fix(geo): use strict weak ordering in sortGeoPointDESC comparator (#3439)
by Songqing Zhang
· 2 weeks ago
61f4dc2
build: disable LTO by default (#3440)
by Twice
· 2 weeks ago
2815e08
fix(stream): correct XREVRANGE minimum argument count from 2 to 4 (#3438)
by Songqing Zhang
· 2 weeks ago
29b2373
fix(command): fix static initialization crash on Kunpeng/Kylin platform (#3416)
by sryan yuan
· 2 weeks ago
ec523cc
feat: Add support for dictionary compression settings (#3425)
by nagisa-kunhah
· 2 weeks ago
9a3b817
fix(script): upgrade Lua version to fix CVE-2024-31449 and CVE-2025-49844 (#3435)
by 纪华裕
· 2 weeks ago
b272b5c
fix(set): propagate storage errors in Set instead of treating as NotFound (#3428)
by Songqing Zhang
· 2 weeks ago
4aede36
fix(string,hash): use compact float format in IncrByFloat to match Redis (#3427)
by Songqing Zhang
· 2 weeks ago
7976490
fix(zset): initialize *inter_cnt before early return in InterCard (#3421)
by Songqing Zhang
· 2 weeks ago
5f6d7b2
fix(ci): modify Redis build cache keys (#3430)
by 纪华裕
· 2 weeks ago
c1f57aa
chore(ci): Update paths-filter and header action versions (#3426)
by 纪华裕
· 2 weeks ago
fdcfd43
fix(stream): correct subkey prefix encoding in DestroyGroup (#3420)
by Songqing Zhang
· 2 weeks ago
c7d91ed
fix(ci): add check-and-lint success as a merge condition (#3423)
by 纪华裕
· 3 weeks ago
784344e
fix(conf): cap proto-max-bulk-len to 4 GiB instead of UINT64_MAX (#3419)
by Songqing Zhang
· 3 weeks ago
c493495
chore(ci): bump typos action to version 1.45.0 (#3422)
by Aleks Lozovyuk
· 3 weeks ago
a841726
chore(deps): bump jsoncons version to v1.6.0 (#3401)
by Aleks Lozovyuk
· 3 weeks ago
da5e463
fix(server): data race when accessing the db scan infos in GetLatestKeyNumStats (#3414)
by Songqing Zhang
· 3 weeks ago
833bf36
fix(ci): failure in macOS due to the unavailable cmake version (#3415)
by hulk
· 3 weeks ago
96dd8cb
fix(stream): accept `~` modifier in XADD and XTRIM (#3403)
by XYenon
· 4 weeks ago
e61c814
feat(tdigest): implement TDIGEST.TRIMMED_MEAN command (#3312)
by chakkk309
· 4 weeks ago
b7423c4
chore(config): remove the deprecated configuration `rocksdb.max_background_{compactions,flushes}` and set default to -1 (#3398)
by Yatrik Solanki
· 4 weeks ago
73e202d
chore(ci): use git-hash in actions for ASF actions approval list (#3400)
by Edward Xu
· 4 weeks ago
bf66a9e
chore(util): replace strtof/strtod with fast-float (#3394)
by Twice
· 5 weeks ago
6f40a95
chore(ci): fix sonarcloud security hotspots (#3392)
by 纪华裕
· 6 weeks ago
8f56bf0
chore: fix typos in README and redis_bitmap.cc (#3390)
by Sanjana
· 6 weeks ago
3b02893
refactor: use stderr for CLI error output (#3372)
by Sanjana
· 6 weeks ago
f2058ce
chore(ci): Use the lastest version of clang-format-18 & clang-tidy-18 (#3389)
by 纪华裕
· 6 weeks ago
1a50c0b
feat(cluster): propagate slave failure state via CLUSTER NODES fail flag (#3386)
by Ruifeng Guo
· 6 weeks ago
e1de941
chore(ci): bump docker/build-push-action to v7 (#3384)
by Aleks Lozovyuk
· 6 weeks ago
222711f
feat(client): Add support for the CLIENT PAUSE/UNPAUSE commands to provide a temporary solution for failover (#3378)
by Paragrf
· 7 weeks ago
d09cdc1
chore(ci): bump all used actions to latest (#3383)
by Aleks Lozovyuk
· 7 weeks ago
792df36
feat(info): add thread CPU time measurement for worker thread monitoring (#3379)
by sryan yuan
· 7 weeks ago
cc2bb3c
feat(command): add FLUSHSLOTS command to clear keys in specified slot ranges in cluster mode (#3375)
by sryan yuan
· 8 weeks ago
fa14a6b
chore(.asf.yaml): add 2.15 into protected branches (#3376)
by hulk
· 8 weeks ago
83afb41
chore: update copyright year in NOTICE (#3374)
by Cancai Cai
· 9 weeks ago
818d419
chore(ci): bump golang lint to v2.9.0 (#3370)
by Aleks Lozovyuk
· 9 weeks ago
90f51e7
chore(docs): add AGENTS.md for AI coding agent guidance (#3369)
by hulk
· 2 months ago
a10b6e1
feat(rdb): add DUMP support for SortedInt type (#3366)
by Zakir
· 2 months ago
11fa20b
chore(deps): Bump zlib version to v2.3.3 (#3361)
by Aleks Lozovyuk
· 3 months ago
270c10b
chore(ci): bump crate-ci/typos action to v1.43.1 (#3362)
by Aleks Lozovyuk
· 3 months ago
559a667
fix(replication): prevent WAL exhaustion from slow consumers (#3357)
by Mario de Frutos Dieguez
· 3 months ago
38e3c1f
chore(deps): Bump rocksdb to v10.10.1 (#3360)
by Aleks Lozovyuk
· 3 months ago
4404eb7
fix(string): add empty string value check for INCR to match Redis behavior (#3354)
by sryan yuan
· 3 months ago
cf384eb
chore(tests): replace to slices.Reverse() in go test (#3352)
by Byeonggyu Park
· 3 months ago
7ed063a
fix(sideloading): avoid the expected data deletion during SST side loading (#3342)
by Luigi Tagliamonte
· 3 months ago
40904b0
chore(conf): change the default cache to hyper clock cache (#3343)
by hulk
· 3 months ago
5c80882
chore(ci): bump typos checker to 1.42.0 (#3334)
by Aleks Lozovyuk
· 4 months ago
2521633
fix(stream): add missing return after empty response in XREAD/XREADGROUP OnWrite (#3337)
by Nick Sweeting
· 4 months ago
a68caeb
fix(command): Fix MSETEX key range for command (#3336)
by Byeonggyu Park
· 4 months ago
ff1cf2b
chore(deps): use BUILD_TESTING instead of deprecated ZLIB_ENABLE_TESTS (#3326)
by Aleks Lozovyuk
· 4 months ago
d85232b
chore(deps): Bump RocksDB to v10.9.1 (#3329)
by Aleks Lozovyuk
· 4 months ago
c124922
perf(hash): use MultiGet to reduce RocksDB calls in HMSET (#3327)
by sryan yuan
· 4 months ago
dfc2936
chore(deps): Bump RocksDB to v10.8.3 (#3328)
by Aleks Lozovyuk
· 4 months ago
035f4f4
chore(deps): Bump RocksDB version to v10.7.5 (#3232)
by Aleks Lozovyuk
· 4 months ago
5e958d5
chore(ci): Downgrade Alpine to 3.22 to avoid cluster test crash (#3330)
by Aleks Lozovyuk
· 4 months ago
a7f9b40
chore(deps): bump spdlog version to v1.17.0 (#3325)
by Aleks Lozovyuk
· 4 months ago
7d7e81e
chore(test): update go deps (#3323)
by Aleks Lozovyuk
· 4 months ago
9dbd4de
perf(string): reduce the unnecessary reads in MSETEX (#3322)
by Byeonggyu Park
· 4 months ago
6148f9b
feat(string): Implement DELEX Command (#3317)
by Valay Saitwadekar
· 4 months ago
576d575
chore(ci): Update typos action to version 1.41.0 (#3321)
by Aleks Lozovyuk
· 4 months ago
dca7134
feat(string): Add to Support MSETEX Command (#3318)
by Byeonggyu Park
· 4 months ago
270d575
feat(digest): implement DIGEST command (#3320)
by chakkk309
· 4 months ago
c2c5d09
fix(command): Enhance zdiff parse error case to avoid crash (#3316)
by Byeonggyu Park
· 4 months ago
a320c90
chore(info): change redis compatibility version to 7.0.0 (#3286)
by i18n.site
· 4 months ago
cb829a6
ci: re-enable ubuntu 24 build jobs (#3305)
by Twice
· 4 months ago
7ca56db
chore(.asf.yaml): add 2.14 into protected branches (#3304)
by Twice
· 4 months ago
0874e86
chore(parse_util): fix comment typos and clarify base parameter range (#3303)
by Zhangjian He
· 4 months ago
8111572
build: bump C++ standard to 20 (#3300)
by Twice
· 4 months ago
4989ee9
ci: move license check to check-typos (#3302)
by Twice
· 4 months ago
f64021e
ci: execute check-and-lint and build jobs in parallel (#3301)
by Twice
· 4 months ago
e51d2cc
feat(tdigest): add the support of TDIGEST.BYRANK and TDIGEST.BYREVRANK command (#3296)
by Hao Dong
· 4 months ago
381f88a
feat: add redis-databases option to support SELECT command (#3294)
by 涵曦
· 4 months ago
65db00a
refactor(tdigest): refactor the `TDigest::Rank` `reverse` flag into a compile-time argument (#3268)
by Hao Dong
· 4 months ago
cbaf4fd
ci: apply maximizing build space step to all linux build jobs (#3292)
by Twice
· 4 months ago
645e1a3
chore(ci): bump Golang lint to 2.7.0 (#3289)
by Aleks Lozovyuk
· 5 months ago
74f4a51
chore(deps): Bump zlib-ng to 2.3.2 (#3288)
by Aleks Lozovyuk
· 5 months ago
8127eb6
chore(deps): bump jsoncons to v1.5.0 (#3287)
by Aleks Lozovyuk
· 5 months ago
cc9e6bd
fix(ci): use the wrong string in sonar action arguments (#3284)
by hulk
· 5 months ago
e939165
fix(ci): the sonar c/cpp action has been deprecated (#3280)
by hulk
· 5 months ago
a7c51db
fix(info): the slave lag in INFO command might be overflowed (#3271)
by Raphael
· 5 months ago
2dc7e9e
feat(ts): add the support of TS.ALTER command (#3264)
by Raja Nandhan
· 5 months ago
e19164f
ci: disable rockylinux8 due to no-space-left issue (#3263)
by Twice
· 5 months ago
62dabea
chore: update hat-trie to v0.7.1 (#3260)
by Twice
· 5 months ago
34a36a1
feat(tdigest): add the support of TDIGEST.RANK command (#3249)
by Hao Dong
· 5 months ago
b28eb40
ci(riscv): remove toolchain archive and unused packages to save disk space (#3261)
by Twice
· 5 months ago
1df49b0
build: introduce subcommand fetch-deps in x.py (#3258)
by Twice
· 5 months ago
91450d8
build: support to cache archives of fetched dependencies (#3257)
by Twice
· 5 months ago
e5b074a
chore: refine .gitignore to remove useless entries (#3256)
by Twice
· 5 months ago
Next »