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