Contributor Leaderboard

enjoy-binbin

enjoy-binbin

810 score 315 commits 495 reviews

Commits (315)

DateRepoMessagePR
2026-04-27valkeyFix lua-enable-insecure-api default value cannot be changed to yes (#3548)PR
2026-04-27valkeyFix rdmaServer leaks when create listen cm id error (#3557)PR
2026-04-23valkeyFix double free in stream consumer PEL loading with corrupt RDB data (#3498)PR
2026-04-16valkeyRewrite the faster failover test case (#3495)PR
2026-04-15valkeyChange rdbSaveStreamConsumers return type from size_t to ssize_t (#3499)PR
2026-04-10valkeyAdd cluster-config-save-behavior option to control nodes.conf save behavior (#3372)PR
2026-04-09valkeyFix config rewrite producing negative values for unsigned memory configs (#3440)PR
2026-04-08valkeyFix slot-migration-max-failover-repl-bytes unable to accept -1 (#3443)PR
2026-03-31valkeyOptimize WATCH duplicate key check from O(N) to O(1) using per-db hashtable (#3360)PR
2026-03-30valkeyHandle EAGAIN in clusterWriteHandler (#3421)PR
2026-03-26valkeyDo the failover immediately if the replica is the best ranked replica (#2227)PR
2026-03-17valkeyFix incorrect memory overhead calculation for watched keys (#3359)PR
2026-03-11valkeyAdd availability-zone to the reply schema for CLUSTER SHARDS/SLOTS (#3352)PR
2026-03-11valkeyOptimize SET key value EX/PX/EXAT ttl to reduce calls of rewriteClientCommandVector (#3279)PR
2026-03-11valkeyFix timing issue in RDB abort test (#3343)PR
2026-03-10valkeyNew MSETEX command allows to set an expiration time with MSET (#3121)PR
2026-03-07valkeyUpdate cluster config file when NOFAILOVER changes (#3280)PR
2026-03-05valkeyFix timing issue in LATENCY GRAPH test (#3265)PR
2026-03-03valkey-docAdd new INFO field mem_total_replication_buffers and new replicas.repl.buffer MEMORY STATS field (#416)PR
2026-03-02valkeyShow replica dual-channel replication buffer memory in INFO MEMORY and MEMORY STATS (#2924)PR
2026-03-01valkey-docAdd the new remaining_repl_size field in CLUSTER GETSLOTMIGRATIONS (#406)PR
2026-02-24valkeyAbort and swap the tables if ht1 is very full during the hashtable shrink rehashing (#3175)PR
2026-02-24valkeyLogging fix or improvement around new shard ID generation (#3192)PR
2026-02-23valkeyFix getKeysUsingKeySpecs keynum case ignoring keystep when calc the last key (#3197)PR
2026-02-17valkeyFix flaky cluster automatic failover test (#3206)PR
2026-02-16valkeyAdded comment to maxmemory-clients conf to mention the performance issue (#1840)PR
2026-02-10valkeyFix remaining_repl_size should be in CLUSTER GETSLOTMIGRATIONS in conf (#3180)PR
2026-02-10valkeyAdd remaining_repl_size field in CLUSTER MIGRATESLOTS output (#3135)PR
2026-02-09valkeyRevert "Extend test helper wait_for_cluster_propagation to support ignoring certain node (#3069)" (#3176)PR
2026-02-05valkeyRehashing more empty buckets to optimize the rehashing speed (#3150)PR
2026-02-03valkeyOptimize SREM/ZREM/HDEL to pause auto shrink when deleting multiple items (#3144)PR
2026-02-03valkeyOptimize rehash completion check for empty hash table (#3141)PR
2026-02-02valkeyExtend hashtableGetStatsMsg to always show empty table and rehash index (#3142)PR
2026-02-01valkeyCheck expiration time first before lookup the key in GETEX command (#3116)PR
2026-01-30valkeyFree replica local buffer in async way in dual channel replication (#2948)PR
2026-01-30valkeyRemove empty list dead code condition in lmoveGenericCommand code (#3128)PR
2026-01-29valkeyDon't exit the process when locale-collate fails to be set from env during startup (#3067)PR
2026-01-25valkeyComment cleanup around entry.c file (#3107)PR
2026-01-19valkeyFix race condition in TIME overflow test (#3074)PR
2026-01-19valkeyCleanup and break the while loop in clusterPrimariesHaveReplicas (#3075)PR
2026-01-19valkeyUpdate dual channel replication conf to mention primary should also enable repl-diskless-sync (#3051)PR
2026-01-14valkeyAvoid duplicate calculations of network-bytes-out in slot stats with copy-avoidance (#3046)PR
2026-01-12valkeyDon't stop the dirty scripts when an OOM occurs midway through execution (#3030)PR
2026-01-05valkey-docUpdate maxclients example in clients.md (#390)PR
2026-01-03valkey-io.github.ioUpdate Keyspace event 2025 Beijing page with presentation slides (#433)PR
2025-12-29valkeyFix chained replica crash when doing dual channel replication (#2983)PR
2025-12-22valkeyFail to save the cluster config file will not exit the process (#1032)PR
2025-12-17valkeyCheck for duplicate nodeids when loading nodes.conf (#2852)PR
2025-12-16valkey-bloomUpdate README to fix 8.0 build and update build.sh to support 9.0 (#76)PR
2025-12-15valkey-jsonFix typo in tst/integration/README.md (#90)PR
2025-12-14valkeyStrictly check CRLF when parsing querybuf (#2872)PR
2025-12-09valkeyFix commandlog large-reply when using reply copy avoidance (#2652)PR
2025-12-08valkeyMake the COB soft limit also use repl-backlog-size when its value is smaller (#2866)PR
2025-12-04valkey-docAdd acl_access_denied_tls_cert info field to INFO command (#387)PR
2025-12-03valkey-docUpdate cluster-migrateslots doc to mention cluster-cancelslotmigrations (#388)PR
2025-12-01valkeyHandle failed psync log when there is no replication backlog (#2886)PR
2025-11-29valkeyAdd psync offset range information to the failed psync log (#2877)PR
2025-11-28valkey-docImprove the doc of replication backlog fields (#383)PR
2025-11-27valkeyFix discarded-qualifiers warnings reported by fedorarawhide (#2874)PR
2025-11-27valkey-docUpdate ROLE command documentation (#386)PR
2025-11-26valkey-docUpdate and add more INFO fields about replication in INFO command (#385)PR
2025-11-23valkeyUpdate dual channel replication conf to mention the local buffer is imited by COB (#2824)PR
2025-11-21valkeyAdd rdb_transmitted to replstateToString so that we can see it in INFO (#2833)PR
2025-11-17valkeyFix timing issue in dual channel replication COB test (#2847)PR
2025-11-15valkeyAllow dual channel full sync in plain failover (#2659)PR
2025-11-14valkeyChange DEFAULT_WAIT_BEFORE_RDB_CLIENT_FREE from 60s to 5s (#2829)PR
2025-11-12valkeyRemove the EXAT and PXAT from some HFE notifications tests (#2831)PR
2025-10-21valkeyFix outdated comment around clusterLink->flags (#2752)PR
2025-10-20valkeyInitialize the lua attributes of the luaFunction script (#2750)PR
2025-10-17valkeyFUNCTION FLUSH re-create lua VM, fix flush not gc, fix flush async + load crash (#1826)PR
2025-10-17valkeyRemove the outupdated unknown key/value pairs comment in CLUSTER SYNCSLOTS ESTABLISH (#2498)PR
2025-10-14valkeyAdd `Slot migration is ok when the replicas are down test` back (#2727)PR
2025-10-09valkey-docUpdate active expire doc to remove the potentially ambiguous - (#367)PR
2025-09-28valkeyMinor fix for dual rdb channel connection conn error log (#2658)PR
2025-09-18valkeySeparate RDB snapshotting from atomic slot migration (#2533)PR
2025-09-08valkeySkip codeql-analysis ci on documentation changes as well (#2567)PR
2025-09-02valkeyRemove deny_blocking check in moduleBlockClient, cleanup code and doc (#2215)PR
2025-08-30valkeyAdd jacob as a commiter (#2566)PR
2025-08-29valkeySplit SLOT_EXPORT_AUTHENTICATING into SEND and READ to avoid synchronous reading of auth response (#2494)PR
2025-08-29valkeyDo not migrate function in new atomic slot migration (#2547)PR
2025-08-29valkeyRemove the trailing chars of the --cluster reshard log message in valkey-cli (#2560)PR
2025-08-27valkeyUpdate tests/xxx/tmp/.gitignore to ignore everything (#2542)PR
2025-08-22valkeyDon't allow slot migration to myself node (#2497)PR
2025-08-22valkeyRemove debug logging from cluster-flush-slot.tcl (#2535)PR
2025-08-19valkeyFix slot-info expand not working, kvstoreHashtableExpand always creat… (#2466)PR
2025-08-19valkeyCLUSTER SYNCSLOTS ESTABLISH added source node == myself check (#2500)PR
2025-08-18valkeyFix memory leak in saveSnapshotToConnectionSockets (#2503)PR
2025-08-18valkeyFix memory leak in rdbLoadObject when loading a wrong HFE (#2502)PR
2025-08-15valkeyDon't allow resize hashtable if rehashing is ongoing (#2465)PR
2025-08-13valkeyRemove if condition and disable the new failover test (#2477)PR
2025-08-12valkeyChange the same shard failover assert to if condition to avoid crash (#2431)PR
2025-08-12valkeyAdd test for failover sub-replica replication loop case (#2456)PR
2025-08-06valkeyPrint error context when test fails (#2437)PR
2025-08-06valkeyAdd STALE command flag to SCRIPT-EXISTS, SCRIPT-SHOW and SCRIPT-FLUSH (#2419)PR
2025-08-05valkeyPrint the complete log instead of just the crash log in log_crashes (#2428)PR
2025-08-05valkeyMake ./runtest --dump-logs dump logs on valgrind / sanitizer errors (#2427)PR
2025-08-05valkeyUpdate swapdb command comment to mention why cluster mode is not allowed (#2391)PR
2025-08-05valkeyCleanup and rename isExpiryTableValidForSamplingCb to expiryTableShouldSkipForSamplingCb (#2395)PR
2025-08-05valkey-docMention WAITAOF will be blocked in CLIENT PAUSE WRITE as well just like WAIT (#336)PR
2025-08-04valkeyInitialize rdbstate.key_type to -1 at the beginning (#2381)PR
2025-08-04valkeyFix check-rdb --stats crash with empty RDB (#2382)PR
2025-08-04valkeyRemove obsolete BLOCKED_WAITAOF comment (#2374)PR
2025-08-03valkeyRename trace bgsave type to rdb and aof (#2400)PR
2025-07-29valkeyFix dual-channel-replication test due to typo error and stabilize it (#2386)PR
2025-07-28valkeyUpdate clusterMoveNodeSlots to also move importing slots and migrating slots (#2370)PR
2025-07-27valkeyDefrag should only skip non-existent dbs, not empty dbs (#2379)PR
2025-07-22valkeyFix client tracking memory overhead calculation (#2360)PR
2025-07-21valkeyInclude command fullname in error message when returning NO_MULTI error (#2286)PR
2025-07-16valkeyAdd extensions supported to cluster link layer to propagate extension faster during handshake (#2310)PR
2025-07-11valkeyFix replica (the old primary) claims to sitll have slots after manual failover (#2301)PR
2025-07-10valkeyFix DEBUG CLUSTERLINK KILL args check to avoid crash (#2333)PR
2025-07-03valkeyGenerate a new shard_id when the replica executes CLUSTER RESET SOFT (#2283)PR
2025-07-02valkeyMake valkey-server --help/-h output to stdout and exit with 0 (#2296)PR
2025-07-01valkeyFix missing response when AUTH is errored inside a transaction (#2287)PR
2025-07-01valkeyAdd SAFE option to SHUTDOWN to reject shutdown in unsafe situations (#2195)PR
2025-07-01valkeyMove auth check to the front, before command exist/arity/protected check (#1475)PR
2025-07-01valkey-docAdd SAFE option to SHUTDOWN to reject shutdown in unsafe situations (#325)PR
2025-06-29valkeyUse objectGetExpire instead of getExpire to reduce expire hashtable lookup (#2280)PR
2025-06-27valkeyStart failover without waiting for the next cluster cron cycle (#2209)PR
2025-06-27valkeySave config file after replica migration and brocast a PONG when role changed (#1677)PR
2025-06-27valkeyCheck module NO_FAILOVER flag before calling clusterHandleReplicaFailover (#2269)PR
2025-06-25valkeyCleanup aof temp files in sigShutdownHandler before exiting (#1482)PR
2025-06-20valkeyFix unixsocket too long cause addr / laddr being truncated in CLIENT INFO / LIST and logging (#2216)PR
2025-06-18valkeyReset failover failed primary rank when doing a manual failover (#2226)PR
2025-06-12valkeyUpdates for lttng daily CI to be able to skip it or notify it (#2197)PR
2025-06-12valkeyRemove unused repl_offset_time field in clusterNode (#2198)PR
2025-06-11valkeyAdd packet-drop to fix the new flaky failover test (#2196)PR
2025-06-10valkeyCall makeObjectShared to normalize a shared object into a true shared object (#1566)PR
2025-06-10valkeyUpdate extended-redis-compatibility conf to remove the specific words (#2192)PR
2025-06-10valkeyUpdate commandlog parameters conf text to mention special value settings (#2074)PR
2025-06-10valkeyFix cluster myself CLUSTER SLOTS/NODES wrong port after updating port/tls-port (#2186)PR
2025-06-10valkeyCLIENT UNBLOCK should't be able to unpause paused clients (#2117)PR
2025-06-10valkeyFix replica can't finish failover when config epoch is outdated (#2178)PR
2025-06-05valkeyRemove dead conditions around the multi/exec check (#2168)PR
2025-05-31valkeySkip empty db when doing FLUSHALL to reduce some NOP (#2151)PR
2025-05-25valkeyChanges and fixes for the new DELIFEQ command (#2120)PR
2025-04-17valkeyFix CLUSTER RESET to use lazyfree-lazy-user-flush to do the lazyfree (#1931)PR
2025-04-15valkeyIgnore stale gossip packets that arrive out of order (#1777)PR
2025-04-08valkeyTrigger manual failover on SIGTERM / shutdown to cluster primary (#1091)PR
2025-03-28valkeyFix TCL tmp dir leak in the ACL load test (#1895)PR
2025-03-12valkeyAdd missing close_replication_stream on multi test (#1841)PR
2025-03-11valkeySave config file and brocast the PONG when configEpoch changed (#1813)PR
2025-03-04valkeyFix timing issue in the module propagate test (#1815)PR
2025-02-27valkeyAdd cluster-manual-failover-timeout to configure the timeout for manual failover (#1690)PR
2025-02-27valkey-docAdd cluster-manual-failover-timeout desc in CLUSTER FAILOVER command page (#238)PR
2025-02-26valkeyFix temp file leak druing replication error handling (#1721)PR
2025-02-15valkeySimplify isNodeAvailable function and add comments (#994)PR
2025-02-12valkeyReset failover auth time when myself won the failover (#1711)PR
2025-02-11valkeyFix new benchmark test under the TLS (#1710)PR
2025-02-11valkeyFix undefined behavior warning in UBSAN (#1709)PR
2025-02-10valkeyUpdate availability-zone conf comment to mention hello command (#1695)PR
2025-02-10valkeyFix outdated slot info comments in clusterGenNodesSlotsInfo (#1696)PR
2025-02-10valkey-docAdd paused_reason field for INFO CLIENTS (#227)PR
2025-02-10valkey-docAdd availability_zone filed to INFO command (#228)PR
2025-02-08valkeyImproved failover pause stats test stability (#1682)PR
2025-02-06valkeyAdd paused_reason to INFO CLIENTS (#1564)PR
2025-02-06valkeyAdd reply schema for LATENCY-LATESTS new fields (#1678)PR
2025-02-05valkeyFix client querybuf resize test by skipping the clientsCron (#1667)PR
2025-02-04valkeyExtend LATENCY LATEST to add sum / cnt stats (#1570)PR
2025-02-04valkey-docAdd sum and cnt stats in LATENCY LATEST (#224)PR
2025-01-29valkeyDo command existence and arity checks when loading AOF to avoid crash (#1614)PR
2025-01-16valkeyAllow clang-format to be triggered in push events (#1565)PR
2025-01-11valkeyAdd latency stats around cluster config file operations (#1534)PR
2025-01-11valkeyMark the node as FAIL when the node is marked as NOADDR and broadcast the FAIL (#1191)PR
2025-01-11valkeyDo election in order based on failed primary rank to avoid voting conflicts (#1018)PR
2025-01-11valkeyFix module LatencyAddSample still work when latency-monitor-threshold is 0 (#1541)PR
2025-01-10valkeyFix crash when freeing newly created node when nodeIp2String fail (#1535)PR
2025-01-09valkeyFix new cli subscribed mode test in cluster mode (#1533)PR
2025-01-06valkeyCheck whether to switch to fail when setting the node to pfail in cron (#1061)PR
2025-01-04valkeyExplicitly check C_ERR condition to improve readability in clusterSaveConfig (#1505)PR
2024-12-25valkeyDocument all command flags near serverCommand (#1474)PR
2024-12-22valkeyFix switch case compilation error in the new helloscripting (#1472)PR
2024-12-20valkeyClear outdated failure reports more accurately (#1184)PR
2024-12-19valkeyMinor log fixes when failover auth denied due to slot epoch (#1341)PR
2024-12-16valkeyDrop the MEET packet if the link node is in handshake state (#1436)PR
2024-12-15valkeyAutomatic failover vote is not limited by two times the node timeout (#1356)PR
2024-12-13valkeyFix wrong file name in build-release-packages.yml (#1437)PR
2024-12-13valkeySkip build-release-packages CI job in forks (#1438)PR
2024-12-11valkeyFix memory leak in the new hashtable unittest (#1421)PR
2024-12-10valkeySet HIDDEN_CONFIG flag on events-per-io-thread (#1408)PR
2024-12-09valkeyUse binary representation in assert crash log, cleanup in crash log (#1410)PR
2024-12-09valkeyFix the election was reset wrongly before failover epoch was obtained (#1339)PR
2024-12-08valkeyAdd a note to conf about the dangers of modifying dir at runtime (#887)PR
2024-12-02valkeyPrint logs when the cluster state changes to fail or the fail reason changes (#1188)PR
2024-12-01valkeyReset repl_down_since to zero only on state change (#1149)PR
2024-11-28valkeyHandle keyIsExpiredWithDictIndex to make it check for import mode (#1368)PR
2024-11-27valkeyMake KEYS can visit expired key in import-source state (#1326)PR
2024-11-27valkeyUse fake client flag to replace not conn check (#1198)PR
2024-11-25valkeyAvoid double close on repl_transfer_fd (#1349)PR
2024-11-25valkeySave open's errno when opening temp rdb fails to prevent it from being modified (#1347)PR
2024-11-25valkeySupport empty callback on function and free temp function in async way (#1334)PR
2024-11-22valkeyAdd short client info log to CLUSTER MEET / FORGET / RESET commands (#1249)PR
2024-11-22valkeyBrocast a PONG to all node in cluster when role changed (#1295)PR
2024-11-22valkeyAdd cmake-build-debug and cmake-build-release to gitignore (#1340)PR
2024-11-22valkeySkip reclaim file page cache test in valgrind (#1327)PR
2024-11-22valkeyMake manual failover reset the on-going election to promote failover (#1274)PR
2024-11-21valkeyMake FUNCTION RESTORE FLUSH flush async based on lazyfree-lazy-user-flush (#1254)PR
2024-11-21valkeyUse goto to cleanup error handling in readSyncBulkPayload (#1332)PR
2024-11-19valkeyManual failover vote is not limited by two times the node timeout (#1305)PR
2024-11-19valkeyReceipt of REPLCONF VERSION reply should be triggered by event (#1320)PR
2024-11-18valkeyFix sds unittest tests to check for zmalloc_usable_size (#1314)PR
2024-11-16valkeyStabilize replica migration test to make sure cluster config is consistent (#1311)PR
2024-11-15valkeyUnprotect rdb channel when bgsave child fails in dual channel replication (#1297)PR
2024-11-15valkeyFix primary crash when processing dirty slots during shutdown wait / failover wait / client pause (#1131)PR
2024-11-15valkeyKill diskless fork child asap when the last replica drop (#1227)PR
2024-11-15valkeyFix daily valgrind build with unit tests (#1309)PR
2024-11-14valkeyFix log printing always shows the role as child under daemonize (#1301)PR
2024-11-11valkeyFix empty primary may have dirty slots data due to bad migration (#1285)PR
2024-11-11valkeyFix replica not able to initate election in time when epoch fails (#1009)PR
2024-11-11valkeyTrigger the election immediately when doing a manual failover (#1081)PR
2024-11-11valkeyStabilize dual replication test to avoid getting LOADING error (#1288)PR
2024-11-07valkeyFix incorrect cache_memory reset in functionsLibCtxClear (#1255)PR
2024-11-07valkeyTry to stabilize the failover call in the slot migration test (#1078)PR
2024-11-07valkeyChange errno from EEXIST to EALREADY in serverFork if child process exists (#1258)PR
2024-11-06valkeyRemove empty DB check branch in KEYS command (#1259)PR
2024-11-02valkeyFix timing issue in cluster-shards tests (#1243)PR
2024-10-30valkeyMinor fix to debug logging in replicationFeedStreamFromPrimaryStream (#1235)PR
2024-10-27valkeyFix minor repldbfd leak in updateReplicasWaitingBgsave if fstat fails (#1226)PR
2024-10-24valkeyMaintain return value of rdbSaveDb after writing slot-info aux (#1222)PR
2024-10-24valkeyLimit CLUSTER_CANT_FAILOVER_DATA_AGE log to 10 times period (#1189)PR
2024-10-23valkeyCleaned up getSlotOrReply is return -1 instead of C_ERR (#1211)PR
2024-10-23valkeyMake replica CLUSTER RESET flush async based on lazyfree-lazy-user-flush (#1190)PR
2024-10-19valkeyFix SORT GET to ignore special pattern # in cluster slot check (#1182)PR
2024-10-17valkeyRemove the restriction that cli --cluster create requires at least 3 primary nodes (#1075)PR
2024-10-15valkeyFix FUNCTION KILL error message being displayed as SCRIPT KILL (#1171)PR
2024-10-15valkeyTake hz into account in activerehashing to avoid CPU spikes (#977)PR
2024-10-15valkeyMinor cleanups in acl-v2 tests (#1166)PR
2024-10-15valkeyUse listLast to replace listIndex -1 (#1163)PR
2024-10-15valkeySet fail-fast to false in daily CI (#1162)PR
2024-10-14valkeyMinor comments cleanup around replication.c (#1154)PR
2024-10-13valkeyFix aof race in shutdown nosave timedout script test (#1156)PR
2024-10-10valkeyFix typo last_procssed -> last_processed (#1142)PR
2024-10-09valkeyAdd server log when module load fails with busy name (#1084)PR
2024-10-01valkeyAvoid timing issue in diskless-load-swapdb test (#1077)PR
2024-09-26valkeyAdd --cluster option to runtest to run only cluster tests (#1052)PR
2024-09-25valkeyFix module / script call CLUSTER SLOTS / SHARDS fake client check crash (#1063)PR
2024-09-25valkeyTrigger the election as soon as possible when doing a forced manual failover (#1067)PR
2024-09-23valkeyFix replica online timing issue in failover test (#1044)PR
2024-09-23valkeyPrint an empty primary log when primary lost its last slot (#1064)PR
2024-09-22valkeyUse _Thread_local to solve threads.h build issue (#1053)PR
2024-09-21valkeyFix default value of primary-reboot-down-after-period in sentinel.conf (#1040)PR
2024-09-20valkeyFix timing issue in the new tot-net-out replica test (#1060)PR
2024-09-20valkeyAdd log about old primary after myself failover (#1058)PR
2024-09-17valkeyAdd --moduleapi option to better use runtest-moduleapi (#1007)PR
2024-09-14valkeyReplica flush the old data after RDB file is ok in disk-based replication (#926)PR
2024-09-13valkeyFix replica unable trigger migration when it received CLUSTER SETSLOT in advance (#981)PR
2024-09-13valkeyAvoid false positive in election tests (#984)PR
2024-09-12valkeyTrigger a save of the cluster configuration file before shutting down (#822)PR
2024-09-11valkeyFix module RdbLoad wrongly disable the AOF (#1001)PR
2024-09-10valkeyAdd missing moduleapi getchannels test and fix tests (#1002)PR
2024-09-08valkeyAdd client info to SHUTDOWN / CLUSTER FAILOVER logs (#875)PR
2024-09-07valkeyFix aof base suffix when modifying aof-use-rdb-preamble during rewrite (#886)PR
2024-09-06valkeyFix missing replication link re-connection when primary's IP/port is updated in `clusterProcessGossipSection` (#965)PR
2024-09-05valkeyAdd newline to argv in crash report when doing redact (#993)PR
2024-09-02valkeyFix set expire test due to the new lazyfree configs changes (#980)PR
2024-09-02valkeyChange all the lazyfree configurations to yes by default (#913)PR
2024-08-31valkeyFast path in SET if the expiration time is expired (#865)PR
2024-08-30valkeyFix timing issue in replica migration test (#968)PR
2024-08-29valkeyFix reconfiguring sub-replica causing data loss when myself change shard_id (#944)PR
2024-08-29valkeyRevert make KEYS to be an exact match if there is no pattern (#964)PR
2024-08-28valkeyAdd pause path coverage to replica migration tests (#937)PR
2024-08-28valkeyWait for the role change and fix the timing issue in the new test (#947)PR
2024-08-27valkeyDrop the outdated script replication example comments (#951)PR
2024-08-27valkeyMake KEYS to be an exact match if there is no pattern (#792)PR
2024-08-25valkeyAdd explicit assert to ensure thread_shared_qb won't expand (#938)PR
2024-08-24valkeyAdd epoch information to failover auth denied logs (#816)PR
2024-08-23valkeyvalkey-cli make source node ignores NOREPLICAS when doing the last CLUSTER SETSLOT (#928)PR
2024-08-23valkeyFix CLUSTER SETSLOT block and unblock error when all replicas are down (#879)PR
2024-08-22valkeyMake runtest-cluster support --io-threads option (#933)PR
2024-08-22valkeyAvoid to re-establish replication if node is already myself primary in CLUSTER REPLICATE (#884)PR
2024-08-21valkeySet repl-backlog-size from 1mb to 10mb by default (#911)PR
2024-08-21valkeyFix data loss when replica do a failover with a old history repl offset (#885)PR
2024-08-20valkeyCorrect RDB_EOF_MARK_SIZE usage where EOF mark is relevant (#925)PR
2024-08-18valkeyOptimize linear search of WAIT and WAITAOF when unblocking the client (#787)PR
2024-08-16valkeyMake a light weight version of DEBUG OBJECT, add FAST option (#881)PR
2024-08-15valkeySkip IPv6 tests when TCLSH version is < 8.6 (#910)PR
2024-08-14valkeyChange server.daylight_active to an atomic variable (#876)PR
2024-08-13valkeyBetter messages when valkey-cli cluster --fix meet value check failed (#867)PR
2024-08-12valkeyDual channel replication should not update lastbgsave_status when transfer error (#811)PR
2024-08-10valkeyCorrectly recode client infomation to the slowlog when runing script (#805)PR
2024-08-06valkeyImprove cluster cant failover log conditions (#780)PR
2024-08-05valkey-docUpdate to mention PING behavior with RESP2 and subscribe (#160)PR
2024-08-03valkeyFix outdated comment of migrate in valkey-cli --cluster (#864)PR
2024-07-30valkeyUpdate dir in valkey.conf to mention cluster-config-file (#635)PR
2024-07-27valkeyFix unexpected behavior when turning appendonly on and off within a transaction (#826)PR
2024-07-24valkeyModify clusterSaveConfig function call to use C_OK / C_ERR return value (#818)PR
2024-07-23valkeyReplicas with the same offset queue up for election (#762)PR
2024-07-23valkeyFix extra reply in debug sleep-after-fork-seconds error path (#810)PR
2024-07-22valkeyFix the wrong woff when execute WAIT / WAITAOF in script (#776)PR
2024-07-19valkeyOptimize failover time when the new primary node is down again (#782)PR
2024-07-19valkeyFix incorrect usage of process_is_paused in tests (#783)PR
2024-07-18valkeyFix rdb_child_exit_pipe incorrect close call (#801)PR
2024-07-18valkeyFix rdb pipe uninitialized false positive warning (#800)PR
2024-07-17valkey-docUpdate rdb save releated fileds to distinguish diskless RDB (#158)PR
2024-07-13valkeyUpdate gitignore to ignore the cluster-cluster test files (#756)PR
2024-07-13valkeyMinor fix for --loops option in normal testing framework (#781)PR
2024-07-12valkeyFix WAITAOF test in external test due to appendonly is enabled (#775)PR
2024-07-03valkeyNested MULTI or WATCH in MULTI now will abort the transaction (#723)PR
2024-07-03valkeyUse clusterNodeIsVotingPrimary function to check the right (#735)PR
2024-07-02valkeyMake valkey compatible with redis-sentinel to start sentinel (#731)PR
2024-07-02valkeyFix wrong reserved bits in ClientFlags (#729)PR
2024-06-28valkeyCLUSTER SLOT-STATS ORDERBY when stats are the same, compare by slot in ascending order (#710)PR
2024-06-28valkeyFix limit undefined behavior crash in CLUSTER SLOT-STATS (#709)PR
2024-06-28valkeyUpdate availability-zone to use the flag instead of the number 0 (#711)PR
2024-06-27valkeyEnable protected-configs, debug and module commands in create-cluster script (#701)PR
2024-06-20valkeyFix copy-paste error in scripts eviction test (#671)PR
2024-06-18valkeyFix memory leak when loading slot migrations states fails (#658)PR
2024-06-18valkeyAdjust the log level of some logs in the cluster (#633)PR
2024-06-17valkeyOnly primary with slots has the right to mark a node as failed (#634)PR
2024-06-17valkey-docMention that eviction policies use approximated randomized algorithms (#144)PR
2024-06-14valkeyLua scripts promoted from eval to script load to avoid evict (#637)PR
2024-06-13valkeyMake configs dir/dbfilename/cluster-config-file reject empty string (#636)PR
2024-05-30valkeyMake sure clear the CLUSTER SLOTS cache on time when updating hostname (#564)PR
2024-05-20valkeyRevert mmap_rnd bits back to default value in CI (#520)PR
2024-05-09valkeyMigrate cluster mode tests to normal framework (#442)PR

Reviews (495)

DateRepoMessagePR
2026-04-27valkeyFix remove cached eval scripts on engine unregister (#3503)PR
2026-04-27valkeyEnsure client slot migration pointer is cleared during reset (#3554)PR
2026-04-27valkeyMigrate the remaining cluster tests to the new framework and remove legacy files (#2297) (#3382)PR
2026-04-24valkey-io.github.ioadds Leadership page with TSC (#510)PR
2026-04-23valkeyOptimize HGETDEL to pause auto shrink when deleting multiple items (#3535)PR
2026-04-23valkeyFix FD leak in connSocketBlockingConnect on timeout (#3541)PR
2026-04-23valkeyDeflake many-slot-migration under valgrind (#3462)PR
2026-04-18valkeyFix HPERSIST RESP protocol violation on wrong-type key (#3516)PR
2026-04-16valkeyUnique samples in hashtableSampleEntries (#3460)PR
2026-04-14valkeyEnv: Read VALKEYCLI_HOST and VALKEYCLI_PORT environment variables (#3402)PR
2026-04-09valkeyIncrease timeouts in faster-failover test for slow CI runners (#3463)PR
2026-04-09valkeyFix trivial double-free issue in rdbLoadObject (#3453)PR
2026-04-08valkeyAttempt to deflake 'diskless no replicas drop during rdb pipe' (#3461)PR
2026-04-08valkeyFix some flaky tests using CLIENT REPLY OFF (#3452)PR
2026-04-07valkeyFix RDB expiry write length and leak when loading zipmap (#3422)PR
2026-04-03valkeyFix VLA warning in linenoise and enable -Werror (#3439)PR
2026-04-03valkeyBig endian bitmap byte order mismatch fix (#3401)PR
2026-04-03valkeyBig endian bitmap byte order mismatch fix (#3401)PR
2026-04-02valkeyReplace dict with thin wrapper around hashtable (#3366)PR
2026-04-02valkeyFix some flaky tests (#3430)PR
2026-04-02valkeyEnhance cluster stale packet detection to prevent sub-replica and empty primary (#2811)PR
2026-04-01valkeyIncrease timeout in flaky "failover immediately" test case (#3424)PR
2026-04-01valkeyReduce corrupt-dump-fuzzer tests from 10 to 1 minute (#3425)PR
2026-03-27valkeyFix race condition in diskless swapdb RedisModuleEvent_ReplAsyncLoad tests (#3404)PR
2026-03-18valkeyremove duplicated lline (#3379)PR
2026-03-18valkeyAdd AGENTS.md file for agentic coding assistant steering (#3371)PR
2026-03-17valkeyAdd design-docs folder and README. (#3300)PR
2026-03-17valkeyMake macOS leaks check skippable (#3370)PR
2026-03-13valkeyWeekly tests branches are not honored on scheduled workflow (#3340)PR
2026-03-12valkeyFix OOM aborts in large-memory ASAN tests on GitHub runners (#3263)PR
2026-03-11valkey-docAdd docs for availability-zone field in CLUSTER SHARDS/SLOTS (#420)PR
2026-03-11valkeyInherit LDFLAGS for TLS and RDMA modules (#3344)PR
2026-03-11valkeyFix ZDIFF algorithm 2 memory leak on early exit (#3342)PR
2026-03-10valkeyAdd availability-zone field support to CLUSTER SHARDS / CLUSTER SLOTS (#3156)PR
2026-03-06valkeyUse ar archiver installed by brew in CI `build-macos-latest` (#3317)PR
2026-03-05valkeyLet script continue if busy-reply-threshold is zero (#3307)PR
2026-03-05valkeyLet script continue if busy-reply-threshold is zero (#3307)PR
2026-03-05valkeyFix compatibility for OpenSSL < 3.0 and Almalinux version mismatch for daily tests (#3303)PR
2026-03-05valkeyUpdate the CodeQL action to resolve v3 deprecation warnings (#3310)PR
2026-03-03valkey[DEFLAKE] Fix flaky block_keyspace_notification pipelining test (#3294)PR
2026-03-03valkeyFix TSAN compatibility for module loading (#3257)PR
2026-03-02valkeyDeflake ttl persistence in aof test (#3285)PR
2026-03-02valkeyFix use-after-free in generateSyncSlotsEstablishCommand (#3283)PR
2026-03-01valkeyFix use zfree in cli --eval path (#3281)PR
2026-02-27valkeyDeflake Restart target replica during migration (without save) causes success test (#3226)PR
2026-02-26valkeyDeflake test 'LATENCY GRAPH can output the event graph' (#3260)PR
2026-02-25valkeyFix type of now parameter in rdbLoadObject() to use mstime_t instead of time_t (#3255)PR
2026-02-25valkeyFix flake dual-channel-replication primary gets cob overrun before established psync test (#3242)PR
2026-02-24valkeyBugfix for GIL deadlock while unloading script engine, reenable memory test in crash report (#3029)PR
2026-02-24valkeyBugfix for GIL deadlock while unloading script engine, reenable memory test in crash report (#3029)PR
2026-02-24valkeySkip expired hash fields when loading non-preamble RDB on primary (#3091)PR
2026-02-23valkeyUpdate deps/libvalkey to version 0.4.0 (#3216)PR
2026-02-19valkeyAdd `ALLOW_BUSY` flag to `SELECT` and various `CLIENT` sub-commands (#3217)PR
2026-02-15valkey-docCluster shard documentation fix for fail health status (#408)PR
2026-02-15valkeyOptimize endian conversion functions (#3201)PR
2026-02-15valkeyOptimize ustime() with monotonic delta (#3193)PR
2026-02-15valkeyAdd test-tls-only CI job (#3143)PR
2026-02-15valkeyWorkflows use actions/checkout for libbacktrace instead of git clone (#3204)PR
2026-02-14valkeyFix bug causing no response flush sometimes when IO threads are busy (#3205)PR
2026-02-13valkeyFix pointer-to-int-cast warnings for RDMA address handling (#3186)PR
2026-02-10valkey-docCOPY returns 0 when the source key does not exist (#404)PR
2026-02-10valkeySteps to run daily workflow in forked repo (#3168)PR
2026-02-09valkeyAllow some tags only on top level to fix `--tags` filtering (#3171)PR
2026-02-09valkeyMake TLS disable/enable INFO checks deterministic for module mode (#3167)PR
2026-02-08valkeyExtend test helper wait_for_cluster_propagation to support ignoring certain node (#3069)PR
2026-02-08valkeyMinor cleanup in memtoull to also check ERANGE when calling strtoull (#3159)PR
2026-02-08valkeymake test_empty_buckets_rehashing deterministic across hash seeds (#3174)PR
2026-02-05valkeyFix flake replicas different ranks test (#3164)PR
2026-02-03valkeySkip flaky test cases in client-eviction.tcl when in TLS mode (#3151)PR
2026-02-02valkeyCI: Stop using symlinks for tests with CMake (#3145)PR
2026-01-30valkeyRevert #3088 (#3137)PR
2026-01-28valkeydeflake HSETEX EXAT single field expires leaving other fields intact (#3120)PR
2026-01-26valkeyPerf: Track net bytes only if commandlog-request-larger-than != -1 (#3086)PR
2026-01-26valkeyFix how hash is handling overriding of expired fields overwrite (#3060)PR
2026-01-23valkeyCI: Make CMake test also run tls tests (#3097)PR
2026-01-23valkeyFix unit test for TLS auto reload (#3094)PR
2026-01-23valkeyFix minor inconsistency in connFormatAddr size argument (#3098)PR
2026-01-22valkeyFix the memory leak in the VM_GetCommandKeysWithFlags function (#3088)PR
2026-01-21valkeyFix weekly workflow to continue after failure in releases branches (#3082)PR
2026-01-19valkeyFix flaky tests related to deferring client timing issues (#3071)PR
2026-01-16valkeyAdd ValkeyModule_ClusterKeySlotC (#2984)PR
2026-01-15valkeyFix used_memory_dataset underflow due to miscalculated used_memory_overhead (#3005)PR
2026-01-15valkeyFix used_memory_dataset underflow due to miscalculated used_memory_overhead (#3005)PR
2026-01-14valkeyFix HEXPIRE should not delete items when validation rules fail and expiration is in the past (#3048)PR
2026-01-13valkeyDelete large binary junk file valkey-microbench (#3055)PR
2026-01-12valkeyInitial draft of contributing guide (#1787)PR
2026-01-12valkeyInitial draft of contributing guide (#1787)PR
2026-01-10valkeySkip slot cache optimization for AOF client to prevent key duplication and data corruption (#3004)PR
2026-01-09valkeyAdd logging helper function to print node's ip:port when nodename not explicitly set (#2777)PR
2026-01-06valkeyAdding json support for log-format config (#1791)PR
2026-01-06valkeyHFE make zero a valid ttl during import mode and data loading (#3006)PR
2026-01-05valkeyreplace info cluster info in a dedicated new section (#2964)PR
2026-01-04valkeyFix zero length hash creation with HSETEX (#2998)PR
2026-01-04valkeyAvoid useless seek in xtrim (#2985)PR
2025-12-31valkeyavoid memory leak of new argv when hexpire commands target only non-exiting fields (#2973)PR
2025-12-29valkeyfix hincrby* update volatile key tracking (#2974)PR
2025-12-28valkeyRevert hgetall dynamic deferred response (#2981)PR
2025-12-26valkeyFix compile overflow warnings (#2963)PR
2025-12-26valkeyFix compile overflow warnings (#2963)PR
2025-12-26valkeyRestrict ttl from being negative and avoid crash in import-mode (#2944)PR
2025-12-24valkeyAvoid hgetall deferred response (#2966)PR
2025-12-22valkeyAdd support for Atomic Slot Migration to CLI (#2755)PR
2025-12-22valkeyFix incorrect comment about STATS_METRIC_* Macro in server.h (#2935)PR
2025-12-19valkeyFix memory allocation size in getClusterNodesList (#2932)PR
2025-12-19valkeyFix lua module build failure when using CLANG (#2955)PR
2025-12-18valkeyRespect REPLCONF VERSION in diskless full sync (#2735)PR
2025-12-16valkeyUpdate MAINTAINERS list and add committee chair section (#2939)PR
2025-12-12valkeyRefine major decision process and update TSC composition rules (#2927)PR
2025-12-11valkeyRevert "Allow partial sync after loading AOF with preamble (#2366)" (#2925)PR
2025-12-09valkeyFix CLUSTER SLOTS crash when called from module timer callback (#2915)PR
2025-11-28valkeyFix persisting missing make variables (#2881)PR
2025-11-26valkeyAlign the complexity description for all multi field HFE commands docs (#2875)PR
2025-11-26valkey-docFix link in CLUSTER SYNCSLOTS (#377)PR
2025-11-26valkey-docAdd documentation for "SENTINEL FAILOVER COORDINATED" (#364)PR
2025-11-26valkey-docFix two links (#356)PR
2025-11-26valkey-docFix incorrect topics link in quickstart page (#371)PR
2025-11-25valkeyAdd support for asynchronous release to replicaKeysWithExpire on writable replica (#2849)PR
2025-11-20valkeyFix cluster slot migration flaky test (#2756)PR
2025-11-14valkeyPrint node name on a best effort basis if light weight message is received before link stabilization (#2825)PR
2025-11-14valkeyAttempt to fix flaky SCAN consistency test (#2834)PR
2025-11-12valkeyNew module API to perform prefix‑aware ACL permission check (#2796)PR
2025-11-07valkey[flaky-failure-fix] Increase the cluster-node-timeout to have longer delay between failover of each shard (#2793)PR
2025-10-30valkeyNew INFO section for scripting engines (#2738)PR
2025-10-23valkeyEnsure the server executable exists before running tests (#2762)PR
2025-10-23valkeyAdjust test runners to the number of tests to run (#2759)PR
2025-10-23valkeyUse the fetched TLS and TCP ports in clusterProcessGossipSection (#2761)PR
2025-10-22valkeyUpdate module api generation and format module.c (#2757)PR
2025-10-17valkeyBump old engine version(s) for compatibility test (#2741)PR
2025-10-16valkeyDeflakes Primary COB growth with inactive replica (#2715)PR
2025-10-13valkeyFix crash that occurs sometimes when aborting a slot migration while child snapshot is active (#2721)PR
2025-10-13valkeyDeflake atomic slot migration client flag test (#2720)PR
2025-10-13valkeyStop using DEBUG LOADAOF on replica in ASM tests (#2719)PR
2025-10-11valkey-docAvoid indicating that cluster slots is being replaced by cluster shards (#366)PR
2025-10-10valkeyHSETEX with FXX should not create an object if it does not exist (#2716)PR
2025-10-10valkeyAdd compatibility test with Valkey 7.2/8.0 (#2342)PR
2025-10-09valkeyDeflake replica selection test by relaxing cluster configurations (#2672)PR
2025-10-09valkeyAdd invalid RDB signature to log statement (#2710)PR
2025-10-08valkeyFix memory leak with CLIENT LIST/KILL duplicate filters (#2362)PR
2025-10-08valkeyAdd shard id field to CLUSTER SHARDS response (#2568)PR
2025-10-08valkeyReduce flakiness of atomic slot migration AOF test (#2705)PR
2025-10-08valkeyAllow TCL 9.0 for tests (#1673)PR
2025-10-02valkeyAdd slot migration client flags and module context flags (#2639)PR
2025-09-30valkeyImplement a lolwut for version 9 (#2646)PR
2025-09-26valkeyAdd atomic slot migration test for unblock on migration complete (#2637)PR
2025-09-22valkeyOptimize skiplist random level generation logic (#2631)PR
2025-09-20valkeyFix closing slot migration pipe read (#2630)PR
2025-09-19valkeyFix flaky cluster flush slot test (#2626)PR
2025-09-17valkeyFix memory leak in deferred reply buffer (#2615)PR
2025-09-16valkeyIncrease wait time condition for New Master down consecutively test (#2612)PR
2025-09-13valkeyExpand wait condition time for slave selection test (#2604)PR
2025-09-04valkeyRelaxed RDB check for foreign RDB formats (#2543)PR
2025-09-03valkeyStore number of keys with volatile items per slot in RDB aux field and pre-size hashtables on load (#2572)PR
2025-09-01valkeyFix module context object re-usage in scripting engines (#2358)PR
2025-08-29valkeyReduce active defrag test latency by lowering hit threshold (#2553)PR
2025-08-29valkeyFix the issue of incorrect commandlog metrics in the script (#2565)PR
2025-08-29valkeyReset cluster related stats in CONFIG RESETSTATS (#2458)PR
2025-08-29valkeyCorrect path to gen-test-certs.sh in README.md (#2554)PR
2025-08-27valkeyAttempt to fix sub-replica getting out of sync (#2548)PR
2025-08-26valkeyUpdate reply schema for LMOVE and BLMOVE (#2541)PR
2025-08-24valkeyConsistently use static_assert across code (#2538)PR
2025-08-20valkeyfix hsetex handling of wrong number of fields (#2509)PR
2025-08-20valkeyFix vset unittest compilation warning for bad signedness comparison (#2523)PR
2025-08-18valkeyMake cluster failover delay relative to node timeout (#2449)PR
2025-08-18valkeyCONFIG GET command return sorted output (#2493)PR
2025-08-15valkeyFix cluster test module to pass null terminated node-id to SendClusterMessage (#2484)PR
2025-08-15valkeyEnsures presence of slots on the node before test is run (#2486)PR
2025-08-13valkeyHSETEX 'hset' notification should only be generated if not expired (#2475)PR
2025-08-13valkeyIncrement expired_fields stat when assigned TTL is in the past (#2474)PR
2025-08-12valkeyDeflake hashexpire tests (#2473)PR
2025-08-11valkeyRedact user data when hide-user-data-from-log enabled (#2274)PR
2025-08-11valkeyFix out-of-bound memory access when num-fields is not provided (#2464)PR
2025-08-11valkeyFix HGETEX to return array response when the hash object is empty (#2462)PR
2025-08-08valkeyAdding backup directory check for valkey-cli --cluster backup (#2452)PR
2025-08-08valkeyFix expectations for manual failover tests (#2453)PR
2025-08-08valkeyFix and remove conflicting paths from clang-format workflow (#2455)PR
2025-08-08valkey-docDocument FAILOVER option to SHUTDOWN command (#344)PR
2025-08-07valkeyFix hashexpire test toggle active expire (#2447)PR
2025-08-07valkeymake sure replica and primary are in sync during hfe test Promotion to primary (#2446)PR
2025-08-06valkeyverify expiration is set on hashexpire active expire test (#2440)PR
2025-08-06valkey[CRASH] Fix missing check for executing client (#2347)PR
2025-08-06valkeyFix hfe no malloc size unit (#2436)PR
2025-08-05valkeyUse unsigned long for `maxiterations`, fixing undefined behavior in scan with extremely large count (#2414)PR
2025-08-04valkeyIncrease TID count to accomodate valkey-search reader/writer pools (#2417)PR
2025-08-02valkeyMake ./runtest --dump-logs dump logs for timeout tests's servers (#2412)PR
2025-07-31valkeyTry to stabilize aof test (#2399)PR
2025-07-31valkeySame number of hyphens for summary output (#2397)PR
2025-07-22valkeyLimiting the new reconnections for failed nodes (#2154)PR
2025-07-22valkeyAuto-failover on shutdown unified config (#2292)PR
2025-07-15valkeyFix large allocations crashing Valkey during active defrag (#2353)PR
2025-07-14valkeyAdd cross engine (Redis OSS) compatible test (#2336)PR
2025-07-14valkeyAdd cross engine (Redis OSS) compatible test (#2336)PR
2025-07-10valkeyAvoid logging sender role on each cluster message (#2337)PR
2025-07-07valkeyDisable active expiry until it's needed (#2313)PR
2025-07-07valkeyEnable tab completion of test file path for runtest util and allow directory as path (#630)PR
2025-07-04valkeyMake unit test report each memory leak only once (#2304)PR
2025-07-02valkeyFix leak when shrinking a hashtable without entries (#2288)PR
2025-06-25valkeyFix hashtablePauseAutoShrink and use it in hashtableScanDefrag (#2257)PR
2025-06-24valkeyDo not report negative passing test count (#2260)PR
2025-06-24valkeyProperly account for checking zmalloc_used_memory() (#2263)PR
2025-06-23valkeyPreserve newlines in commands.def reporting (#2259)PR
2025-06-20valkeyConverge divergent shard-id persisted in nodes.conf to primary's shard id (#2174)PR
2025-06-20valkeyFix incorrect laddr field and correct getClientSockname declaration (#2214)PR
2025-06-18valkeyEnsure empty error tables in scripts don't crash Valkey (#2229)PR
2025-06-11valkeyfix: use replica's last selected db for dual-channel sync (#2188)PR
2025-06-11valkeyRun external cluster tests with multiple databases (#2176)PR
2025-06-10valkeyvalkey-check-rdb: Fix truncated long aux fields (#2193)PR
2025-06-10valkeyFix invalid functionname processMultibulkBuffer typo in comments. (#2097)PR
2025-06-06valkeyAvoid log spam about cluster node failure detection by each primary (#2010)PR
2025-06-05valkeyRemove unnecessary refcount increment in propagateDelete (#2175)PR
2025-05-30valkeyUnify behavior of CLIENT REPLY in multi with other NO_MULTI commands (#2152)PR
2025-05-30valkeyAdd ricardo as a commiter (#2149)PR
2025-05-30valkeyUpdate tests to catch module context leaks if using aux save/load (#2150)PR
2025-05-27valkeyFlip pfail flag while marking node as failed (#2012)PR
2025-05-27valkeyDetect SSL_new() returning NULL in outgoing connections (#2140)PR
2025-05-27valkeyFree module context even if there was no content written in auxsave2 (#2132)PR
2025-05-26valkeyFix a case of out of bound read when cluster node ID is provided with wrong length in CLUSTER FORGET (#2108)PR
2025-05-25valkeyOnly mark the client reprocessing flag when unblocked on keys (#2109)PR
2025-05-21valkeyfix commandlog argument schema to use pure tokens (#2113)PR
2025-05-20valkeyRespect process umask when creating data files (#1725)PR
2025-05-19valkeyFix random element in skewed sparse hash table (#2085)PR
2025-05-16valkeyFix minor memory leak in valkey-cli when command table hint fails due to NOAUTH (#2091)PR
2025-05-12valkeyMake sure that the same point reports for geo comparisons (#2063)PR
2025-05-12valkeyFix variable scope confusion (#2071)PR
2025-04-13valkeyUpdate function clusterNodeSetSlotBit() return type to void (#1934)PR
2025-04-08valkeyFix random-key CI failure: key may expire before CLIENT PAUSE (#1932)PR
2025-04-07valkeyImplement: CLUSTER REPLICATE NO ONE (#1674)PR
2025-04-07valkeyFix the build on less common platforms in zmalloc.c (#1922)PR
2025-04-06valkeyAdd human node name to log statement with node name (#1918)PR
2025-04-04valkeyFix valkey-cli port parse logic for invalid string (#1915)PR
2025-04-03valkeyIn LOLWUT's reply, change "Redis ver." to "Valkey ver." (#1559)PR
2025-04-03valkeyIn LOLWUT's reply, change "Redis ver." to "Valkey ver." (#1559)PR
2025-04-03valkeyInitialize child process pipe file descriptor to -1 (#1911)PR
2025-04-01valkeyUpdate ACL SETUSER command help message (#1899)PR
2025-04-01valkeyAdd --sequential to valkey-benchmark (for populating entire keyspace) (#1839)PR
2025-03-29valkeyRemove TLSCONN_DEBUG dead code in tls.c (#1891)PR
2025-03-21valkey[cluster] Add node id to log statement for closing link on first message as lightweight (#1869)PR
2025-03-20valkeyMinor cleanup remove unnecessary cast since slot is int (#1865)PR
2025-03-17valkeyUpdate valkey-benchmark parseURI function name and comment (#1845)PR
2025-03-13valkeyFix ACL LOAD crash on replica since the primary client don't has a user (#1842)PR
2025-03-10valkeyFix bug where invalidation messages were getting sent to closing clients (#1823)PR
2025-03-10valkeyFix bug where invalidation messages were getting sent to closing clients (#1823)PR
2025-03-06valkeyAdds a memory leak check after running a unit test (#1798)PR
2025-03-04valkeyUse the wrapper from cli_common instead of hiredis (#1802)PR
2025-03-04valkeyFix incorrect assertion in client list operations (#1800)PR
2025-03-03valkeyStop running large memory test for address santizer (#1810)PR
2025-03-03valkeymake net_input_bytes_curr_cmd more readable (#1756)PR
2025-02-28valkeyFix hashTypeEntryDefrag returning bad pointer (#1799)PR
2025-02-27valkeyConsistent look and feel of licenses (#1788)PR
2025-02-27valkeyMigrate binaries build to ARM github runners (#1790)PR
2025-02-27valkeycmd's out bytes need count deferred reply (#1760)PR
2025-02-27valkeyvalkey-cli: ensure output ends with a newline if missing when printing reply (#1782)PR
2025-02-27valkey-docUpdate I/O threads documentation (#222)PR
2025-02-27valkey-docFixed function name for ValkeyModule_RegisterCommandFilter (#236)PR
2025-02-26valkey-docUpdate client-list.md and fix a misleading word (#237)PR
2025-02-25valkeyFixed active-expire-effort description in conf file (#1773)PR
2025-02-24valkeyFixed issue with `CONFIG RESETSTAT` in cluster module message callback test (#1768)PR
2025-02-24valkeyDisable Fedora Fawhide in Daily runs (#1769)PR
2025-02-20valkeyAdd new module API flag to bypass command validation (#1357)PR
2025-02-17valkeyFix raxRemove crash at memcpy() due to key size exceeds max Rax size (#1722)PR
2025-02-16valkeyExplicitly use github arm runners for ARM release (#1742)PR
2025-02-16valkeyAdd a daily test running for ARM (#1738)PR
2025-02-13valkeyIntroduce Valkey release stage indication (#1724)PR
2025-02-13valkeyIntroduce valkey_version_full info field which includes the release stage (#1723)PR
2025-02-12valkeyPrevent double writing out of responses and fix reply schema CI (#1715)PR
2025-02-11valkeyCorrectly detect address sanitizer with Clang (#1712)PR
2025-02-11valkeyFix: Exclude RTLD_DEEPBIND for Alpine Linux (musl-based systems) (#1707)PR
2025-02-11valkey-docexplain capa for client list (#229)PR
2025-02-10valkeyAdd support for MustObeyClient Module API (#1582)PR
2025-02-10valkeyshow capa in CLIENT LIST (#1698)PR
2025-02-10valkeyRun unit tests with ASAN in CI (#1700)PR
2025-02-10valkeyFix client trackinginfo crash when tracking off by default (#1684)PR
2025-02-08valkeyDisable mem usage test case for non-jemalloc allocators (#1685)PR
2025-02-07valkey-docAdd paused_actions and paused_timeout_milliseconds fields for info clients (#215)PR
2025-02-06valkeyFix kvstore overhead_hashtable_lut (#1676)PR
2025-02-04valkeymove clientCron onto a separate timer (#1387)PR
2025-01-29valkeyHex encode the data in dump test (#1637)PR
2025-01-28valkeyFix timing issue in pause test (#1631)PR
2025-01-28valkeydeflake tracking-redir-broken test (#1628)PR
2025-01-27valkeyRelaxed RDB version check (#1604)PR
2025-01-27valkeyFix use-after-free in hashtableTwoPhasePopDelete (#1626)PR
2025-01-27valkeyDeflake hashtable random fairness test (#1618)PR
2025-01-27valkeyTest coverage for COMMANDLOG HELP (#1617)PR
2025-01-24valkeySet GH actions job timeout to a day (#1540)PR
2025-01-24valkeyFeature COMMANDLOG to record slow execution and large request/reply (#1294)PR
2025-01-21valkeyfix test Protocol desync regression test with TLS (#1593)PR
2025-01-20valkeyChange the shared format for dual channel replication logs (#1586)PR
2025-01-17valkeyUpdate comments and log message in cluster_legacy.c (#1561)PR
2025-01-16valkeyFix cluster info sent stats for message with light header (#1563)PR
2025-01-16valkeyIncr expired_keys if the unix-time is already expired for EXPIREAT and other commands(#1517)PR
2025-01-13valkeyTest coverage for ECHO for reply schema validation (#1549)PR
2025-01-12valkeySkip CLI tests with reply schema validation (#1545)PR
2025-01-09valkeyFree the passed in lua context instead of the global (#1536)PR
2025-01-09valkeyRemove legacy SERVER_TEST compiler flag from cmake. (#1530)PR
2025-01-08valkeyAdd build folder to gitignore. (#1488)PR
2025-01-08valkeyAdd `availability_zone` to the HELLO command history (#1524)PR
2025-01-08valkey-docAdd availability_zone to the HELLO command documentation (#208)PR
2025-01-07valkeyAdd `availability_zone` to the HELLO response (#1487)PR
2025-01-03valkeyCMake: fail on warnings (#1503)PR
2025-01-03valkeyMove coverity back to ubuntu 22 until test failures are fixed (#1504)PR
2025-01-03valkeyUse the correct command proc for the LOOKUP_NOTOUCH exception in lookupKey (#1499)PR
2025-01-03valkeyUpdate Redis legacy keyword and link in utils/whatisdoing.sh (#1495)PR
2025-01-02valkeyOffload reading the replication stream to IO threads (#1449)PR
2025-01-02valkeyFix unreliable dual channel Valgrind tests (#1500)PR
2024-12-30valkeyOnly (re-)send MEET packet once every handshake timeout period (#1441)PR
2024-12-29valkeyImmediately restart the defrag cycle if we still need to defrag (#1492)PR
2024-12-25valkeyFix restore replica output bytes stat update (#1486)PR
2024-12-24valkeyReduce dual channel testing time (#1477)PR
2024-12-24valkeyRemove readability refactor for failover auth to fix clang warning (#1481)PR
2024-12-20valkeyResolve bounds checks on cluster_legacy.c (#1463)PR
2024-12-20valkeyUpdate info.tcl test to revert client output limits sooner (#1462)PR
2024-12-20valkeyFix storing the wrong PID in active servers (#1464)PR
2024-12-19valkeyAdd a hint about the current file for TCL debugging (#1459)PR
2024-12-18valkeyAttempt to read secondary error from info test (#1452)PR
2024-12-14valkeySynchronously delete data during defrag tests (#1443)PR
2024-12-14valkeyAvoid importing memory aligned malloc (#1442)PR
2024-12-13valkeyCheck length before reading in `stringmatchlen` (#1431)PR
2024-12-12valkeyFix Valkey binary build workflow, version support changes. (#1429)PR
2024-12-12valkeyUse `configure-aws-credentials` workflow instead of passing `secret_access_key` (#1363)PR
2024-12-12valkeySend MEET packet to node if there is no inbound link to fix inconsistency when handshake timedout (#1307)PR
2024-12-10valkeyFix race in test "CLUSTER SLOT-STATS cpu-usec for blocking commands, unblocked on timeout" (#1416)PR
2024-12-10valkeyAdd new flag in `CLIENT LIST` for import-source client (#1398)PR
2024-12-10valkeySet Command with IFEQ Support (#1324)PR
2024-12-09valkeyUpdate governance and maintainers file for Valkey committers (#1390)PR
2024-12-09valkeyFix typo in streams seen-time / active-time test (#1409)PR
2024-12-08valkeyAllow MEMORY MALLOC-STATS and MEMORY PURGE during loading phase (#1317)PR
2024-12-07valkeyFix sanitizer builds with clang (#1402)PR
2024-12-07valkeyFix Module Update Args test when other modules are loaded (#1403)PR
2024-12-01valkeyFree strings during BGSAVE/BGAOFRW to reduce copy-on-write (#905)PR
2024-12-01valkeySplit dual-channel COB overrun tests to separate servers (#1374)PR
2024-11-29valkeyRDMA builtin support (#1209)PR
2024-11-29valkey-jsonContributing valkeyJSON module (#1)PR
2024-11-27valkey-docAdd performance tuning section for RDMA (#190)PR
2024-11-22valkeyAdd slack link for users (#1273)PR
2024-11-19valkeyFix LRU crash when getting too many random lua scripts (#1310)PR
2024-11-19valkeyUpgrade macos-12 to macos-13 in workflows (#1318)PR
2024-11-18valkey-rfcAddresses open question for ValkeyJSON rfc (#13)PR
2024-11-18valkeyOptimize RDB load performance and fix cluster mode resizing on replica side (#1199)PR
2024-11-18valkeyImprovements for TLS with I/O threads (#1271)PR
2024-11-15valkeyLog clusterbus handshake timeout failures (#1247)PR
2024-11-14valkeyFix link-time optimization to work correctly for unit tests (i.e. -flto flag) (#1290) (#1296)PR
2024-11-14valkeyMigrate quicklist unit test to new framework (#515)PR
2024-11-14valkeyMigrate quicklist unit test to new framework (#515)PR
2024-11-11valkeySet fields to NULL after free in freeClient() (#1279)PR
2024-11-11valkeyLog as primary role (M) instead of child process (C) during startup (#1282)PR
2024-11-11valkey-docDocument duplicate options in ZUNIONSTORE (#186)PR
2024-11-11valkey-docDelete utils/__pycache__ added by mistake (#187)PR
2024-11-08valkeyAdd CMake build system for valkey (#1196)PR
2024-11-08valkeyRevert "Decline unsubscribe related command in non-subscribed mode" (#1265)PR
2024-11-05valkeyfix: clean up refactoring leftovers (#1264)PR
2024-11-04valkeyAdd a filter option to drop all cluster packets (#1252)PR
2024-10-29valkeyMark main and serverAssert as weak symbols to be overridden (#1232)PR
2024-10-29valkeyDocument log format configs in valkey.conf (#1233)PR
2024-10-28valkeyIncrease the IO_THREADS_MAX_NUM. (#1220)PR
2024-10-21valkeyFix BGSAVE CANCEL since and history fields (#1200)PR
2024-10-21valkeyIntroduce bgsave cancel (#757)PR
2024-10-21valkeyIntroduce bgsave cancel (#757)PR
2024-10-14valkeyDeflake test ync should continue if not all slaves dropped dual-channel-replication (#1164)PR
2024-10-14valkeyDeflake test Primary COB growth with inactive replica (#1165)PR
2024-10-10valkeyFix empty response for ACL CAT category subcommand for module defined categories (#1140)PR
2024-10-09valkeyAdd flush-before-load option for repl-diskless-load (#909)PR
2024-10-07valkeyRemoving incorrect comment about a warning (#1132)PR
2024-10-06valkeyEliminate hashTypeIterator memory allocation by assigning it on stack (#1105)PR
2024-10-06valkeyReuse `obey_client` variable in `processCommand()` function (#1101)PR
2024-10-06valkeyMake ./runtest --dump-logs dump logs on crash (#1117)PR
2024-09-30valkeySpeed up AOF rewrite test case (#1093)PR
2024-09-30valkeyRDMA: Support .is_local method (#1089)PR
2024-09-28valkeyFix typo in test_helper.tcl (#1080)PR
2024-09-25valkeyFix bug for CLUSTER SLOTS from EVAL over TLS (#1072)PR
2024-09-20valkeyMove printver test to info-command file (#1056)PR
2024-09-18valkeyFix memory allocation for server databases (#1046)PR
2024-09-18valkeyCopy 'errno' and use copied value in the if check of retry in cluster migrate commands socket_err block. (#1042)PR
2024-09-18valkeyFix casing in README.md (#1043)PR
2024-09-14valkeyUpdate valkey-benchmark log output to reference 'server' instead of 'Redis' (#1029)PR
2024-09-13valkeyAdd the missing help output for new command: client capa redirect (#1025)PR
2024-09-12valkeyFix wrong count for replica's tot-net-out (#1013)PR
2024-09-11valkeyImprove stability of hostnames test (#1016)PR
2024-09-11valkeyDual Channel Replication - Verify Replica Local Buffer Limit Configuration (#989)PR
2024-09-10valkeyFor MEETs, save the extensions support flag immediately during MEET processing (#778)PR
2024-09-09valkeyadd assertion for kvstore's dictType (#1004)PR
2024-09-09valkeyMigrate dict.c unit tests to new framework (#946)PR
2024-09-09valkeyMigrate listpack.c unit tests to new framework (#949)PR
2024-09-03valkeyRewrite lazyfree docs in valkey.conf to reflect that lazy is now default (#983)PR
2024-09-03valkeyFix typo in valkey-cli.c (#979)PR
2024-09-02valkeyAdd configuration hide-user-data-from-log to hide user data from server logs (#877)PR
2024-08-31valkeyDelete unused parts of zipmap (#973)PR
2024-08-30valkeystandalone -REDIRECT handles special case of MULTI context (#895)PR
2024-08-30valkeystandalone -REDIRECT handles special case of MULTI context (#895)PR
2024-08-29valkeyMigrate zipmap unit test to new framework (#474)PR
2024-08-29valkeyfree client's multi state when it becomes dirty (#961)PR
2024-08-28valkeyDelete TLS.md and update README.md about tests (#960)PR
2024-08-28valkeyDelete files MANIFESTO, BUGS and INSTALL (#958)PR
2024-08-28valkeyUsing intrinsics to optimize counting HyperLogLog trailing bits (#846)PR
2024-08-27valkeyConnection minor fixes (#953)PR
2024-08-26valkeyFix invalid escape sequence in utils, minor cleanup in python script (#948)PR
2024-08-23valkeyAdd support for setting the group on a unix domain socket (#901)PR
2024-08-23valkeyRemove accurate from extra test tag (#935)PR
2024-08-23valkeyDelete redundant declaration clusterNodeCoversSlot and countKeysInSlot (#930)PR
2024-08-21valkeyFix Error in Daily CI -- reply-schemas-validator (#922)PR
2024-08-20valkeyMake use of a single listNode pointer for blocking utility lists (#919)PR
2024-08-18valkeyFix valgrind timing issue failure in replica-redirect test (#917)PR
2024-08-16valkeyAdd lfu support for DEBUG OBJECT command, added lfu_freq and lfu_access_time_minutes fields (#479)PR
2024-08-06valkeyFix CI concurrency (#849)PR
2024-08-03valkeyUpdate sentinel conf access string to allow hello channel access (#854)PR
2024-08-03valkeyUpdate redis.conf to valkey.conf in log message (#855)PR
2024-08-02valkey-io.github.ioValkey 8.0 RC1 Blog (#105)PR
2024-07-31valkeyFix bug in writeToClient (#834)PR
2024-07-25valkeyImprove dual channel replication stability and fix compatibility issues (#804)PR
2024-07-25valkeyOptimize the logic for checking the conversion of zset from listpack to skiplist during the ZADD operation. (#806)PR
2024-07-24valkeyIncrease rioConnsetWrite max chunk size to 16K (#817)PR
2024-07-19valkeyGenerate correct slot information in cluster shards command on primary failure (#790)PR
2024-07-18valkeyRemove read handler upon RDB connection close (#803)PR
2024-07-15valkeyReplace master-reboot-down-after-period with primary-reboot-down-after-period in sentinel.conf (#647)PR
2024-07-15valkeySkip IPv6 tests on MacOS (daily) (#786)PR
2024-07-15valkeyLimit tracking custom errors (e.g. from LUA) while allowing non custom errors to be tracked normally (#500)PR
2024-07-13valkeyConfigurable cluster blacklist TTL (#738)PR
2024-07-09valkeyFix ULong config boundary checking (#752)PR
2024-07-09valkeyCalculate the actual mask to be removed in the eventloop before aeApiDelEvent (#725)PR
2024-07-07valkeyRemove duplicate definition of UNUSED(V) (#755)PR
2024-07-04valkeyFix minor memory leak in clusterLoadConfig (#741)PR
2024-07-02valkeyFix flakiness of cluster-multiple-meets and cluster-reliable-meet (#728)PR
2024-07-02valkeyIntroduce thread-local storage variable to update thread's own used_memory and sum when reading to reduce atomic contention. (#674)PR
2024-07-01valkeyAvoid compilation error oin valkey-cli (#721)PR
2024-06-29valkeyAdd prompt when Ctrl-C pressed (#702)PR
2024-06-28valkeyFix the TLS and REPS issues about CLUSTER SLOTS cache (#581)PR
2024-06-27valkeyreplica redirect read&write to primary in standalone mode (#325)PR
2024-06-27valkey-docAdded new CLIENT CAPA command along with other related modifications (#151)PR
2024-06-25valkeyFix bad memory accounting for sds when no malloc_size available (#694)PR
2024-06-21valkeyFail tests immediately if the server is no longer running (#678)PR
2024-06-21valkey-docUpdate release guidance for Valkey (#94)PR
2024-06-20valkey-docDelete internals pages (#146)PR
2024-06-19valkeyAdd zfree_with_size to optimize sdsfree since we can get zmalloc_size from the header (#453)PR
2024-06-19valkeyAdd new SCRIPT SHOW subcommand to dump script via sha1 (#617)PR
2024-06-18valkeyAdd missing commas from debug command (#662)PR
2024-06-14valkeyDon't initialize the key buffer in getKeysResult (#631)PR
2024-06-13valkeyrepresent cluster node flags with bitwise shift value (#642)PR
2024-06-13valkeyFix query buffer resized test flakiness (#646)PR
2024-06-13valkeyAllow CLUSTER NODES/INFO/MYID/MYSHARDID during loading state (#596)PR
2024-06-13valkeyAllow CLUSTER NODES/INFO/MYID/MYSHARDID during loading state (#596)PR
2024-06-12valkeyRemove unnecessary clang-format off annotations (#628)PR
2024-06-10valkeyUpdate rewriteConfigSaveOption function code to rewrite multiple save in one line. (#583)PR
2024-06-07valkeyReplace masteruser and masterauth with primaryuser and primaryauth (#598)PR
2024-06-06valkeyRebrand the Lua debugger (#603)PR
2024-06-05valkeyRemove valdup from BenchmarkDictType (#600)PR
2024-06-02valkey-docMention ASK and TRYAGAIN for replicas in READONLY command manual (#142)PR
2024-05-28valkeyFix races in test for tot-net-in, tot-net-out, tot-cmds (#559)PR
2024-05-27valkeyImplement REPLCONF VERSION (#554)PR
2024-05-24valkeyMake cluster replicas return ASK and TRYAGAIN (#495)PR
2024-05-24valkeyUndeprecate cluster slots command (#536)PR
2024-05-24valkey-docGenerate man pages (#92)PR
2024-05-20valkeyDelete dead code "zfree_usable" (#518)PR
2024-05-20valkeyQuick fix of failure when use libc allocator in daily CI. (#521)PR
2024-05-17valkeyFinish postponed SCAN changes (#501)PR
2024-05-17valkeyAutomatically notify the slack channel when tests fail (#509)PR
2024-05-15valkeyMake it to so that unit tests build on mac (#499)PR
2024-05-13valkeyRemove endian coverage from server.c (#492)PR
2024-05-09valkeyFix UNUSED repetition issue in test sources (#475)PR
2024-05-08valkeyPrevent clang-format in certain places (#468)PR
2024-05-08valkeyUpdate server function's name to valkey (#456)PR
2024-05-07valkeyAdd noscores option to command ZSCAN. (#324)PR
2024-05-06valkeyChange strlcat function name from redis to valkey (#440)PR
2024-05-02valkeyDocument the commands JSON files (#403)PR
2024-05-02valkey-docVarious corrections and cleanup (#73)PR
2024-04-30valkeyInitial PR outlining the governance for the project (#345)PR
2024-04-25valkeyFix command line formatting in TLS.md (#372)PR
2024-04-25valkeyRename redis to valkey in test suite logs and test names. (#366)PR
2024-04-25valkeyUpdate redis* to valkey* in server.c and module.c (#367)PR
2024-04-25valkeyUpdate redis* to valkey* in syscheck.c (#365)PR
2024-04-24valkeyRename remaining test procedures (#355)PR
2024-04-24valkeyRename redis_init_script file and its content (#357)PR
2024-04-24valkey-docAdd new "history" page and delete irrelevant pages (#35)PR
2024-04-23valkey-docRebranding in docs/manual/ (#37)PR
2024-04-19valkeyRemove REDIS tag from test macros. (#333)PR
2024-04-18valkeyAdd 'extended-redis-compatibility' config (#306)PR
2024-04-18valkeyUpdate oom_score_adjusted_by_redis to oom_score_adjusted_by_valkey in server.c (#229)PR
2024-04-18valkeyRemove REDIS tag from REDIS_CONFIG_REWRITE_SIGNATURE. (#331)PR
2024-04-17valkeyComplete fields in client list and client info test. (#326)PR
2024-04-16valkeyRemove 'Redis' in error replies (#206)PR
2024-04-15valkeyUpdate CONTRIBUTING.md and issue templates (#311)PR
2024-04-15valkeyList test files dynamically (#313)PR
2024-04-11valkeyUpdate comment in cluster_legacy.h (#277)PR
2024-04-10valkeyRename redis_client* procedure to valkey_client* in test environment (#276)PR
2024-04-10valkeyRename redis in valkey-cli file comments and prints (#222)PR
2024-04-09valkeyrename procedure redis_deferring_client to valkey_deferring_client (#270)PR
2024-04-09valkeyFix reference to redis-tls module (#273)PR
2024-04-07valkeyFix two typos that were flagged in the 7.2 build (#248)PR
2024-04-04valkeyIn CONTIBUTING.md, mention how to link PR to issue (#197)PR
2024-04-03valkeyRename redis_member2struct ro server_member2struct (#166)PR
2024-04-03valkeyRename redis to valkey in create-cluster script (#165)PR
2024-04-03valkeyRename redisOpArray to serverOpArray (#157)PR
2024-04-03valkeyRemove unused REDIS_TEST_MAIN dead code in crc64.c (#160)PR
2024-04-03valkeyRename redisDb to serverDb (#156)PR
2024-04-03valkeyRename redisMemOverhead to serverMemOverhead (#159)PR
2024-04-02valkeyRename redisassert to serverassert in comment (#142)PR
2024-04-02valkeyFix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131)PR
2024-04-02valkeyRemove unused var desc in luaRegisterFunctionReadPositionalArgs (#130)PR

← Back to leaderboard