| 2025-05-27 | valkey-io.github.io | [Blog] Performance Optimization Methodology for Valkey - Part 1 (#262) | PR |
| 2025-05-25 | valkey | Fix the GNU IFUNC error in alpine (non-glibc) environment (#2133) | PR |
| 2025-05-23 | valkey | Optimize string2ll with load-time CPU feature check using IFUNC resolver (#2099) | PR |
| 2025-05-09 | valkey | Optimize findBucket performance using SIMD (#2030) | PR |
| 2025-04-29 | valkey | Optimize string2ll performance using AVX512 (#1944) | PR |
| 2025-01-08 | valkey | Add build folder to gitignore. (#1488) | PR |
| 2024-10-28 | valkey | Increase the IO_THREADS_MAX_NUM. (#1220) | PR |
| 2024-10-25 | valkey | Do security attack check only when command not found to reduce the critical path (#1212) | PR |
| 2024-10-17 | valkey | Fix false sharing issue between main thread and io-threads when access `used_memory_thread`. (#1179) | PR |
| 2024-09-10 | valkey | Use hashtable as the default type of temp set object during sunion/sdiff (#996) | PR |
| 2024-08-28 | valkey | Move prepareClientToWrite out of loop for lrange command to reduce the redundant call. (#860) | 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-06-25 | valkey | Reduce redundant call of prepareClientToWrite when call addReply* continuously. (#670) | PR |
| 2024-05-20 | valkey | Quick fix of failure when use libc allocator in daily CI. (#521) | PR |
| 2024-05-16 | valkey | Correct the actual allocated size from allocator when call sdsRedize to align the logic with sdsnewlen function. (#476) | PR |
| 2024-05-09 | valkey | Migrate sds.c unit tests to new test framework. (#478) | PR |
| 2024-05-01 | valkey | Delete unused declaration (#400) | PR |
| 2024-04-23 | valkey | Rename macros in config.h (#257) | PR |
| 2024-04-23 | valkey | Support connection schemes valkey:// and valkeys:// (#199) | PR |
| 2024-04-04 | valkey | Changes references to redis binaries in output of "--help", "--version" (#113) | PR |
| 2024-04-03 | valkey | Rename #include guards (#167) | PR |