| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pikiwidb-v3.5.6-linux-x86_64.tar.bz2 | 2025-09-09 | 64.5 MB | |
| pikiwidb-v3.5.6-macos-amd64.tar.gz | 2025-09-08 | 10.3 kB | |
| pikiwidb-v3.5.6-macos-amd64.tar.gz.sha256sum | 2025-09-08 | 65 Bytes | |
| pikiwidb-v3.5.6-rocky-amd64.tar.gz | 2025-09-08 | 10.3 kB | |
| pikiwidb-v3.5.6-rocky-amd64.tar.gz.sha256sum | 2025-09-08 | 65 Bytes | |
| pikiwidb-v3.5.6-ubuntu-amd64.tar.gz | 2025-09-08 | 10.4 kB | |
| pikiwidb-v3.5.6-ubuntu-amd64.tar.gz.sha256sum | 2025-09-08 | 65 Bytes | |
| README.md | 2025-09-08 | 7.2 kB | |
| Release v3.5.6 source code.tar.gz | 2025-09-08 | 13.7 MB | |
| Release v3.5.6 source code.zip | 2025-09-08 | 14.8 MB | |
| Totals: 10 Items | 93.1 MB | 0 | |
🚀 New Features:
- feat: Added timing statistics for command processing at different stages, including Redis cache read/update, binlog writing, and storage processing time #3036@wangshao1
- feat: Simplified log positioning and added time consumption statistics, updated monitoring information exposure #3044@wangshao1
- feat: Added Auth commands to the management command thread pool to avoid connection failure when the main thread pool is blocked #3048@Mixficsol
- feat: After a client closes the connection, the server skips requests received on this connection during processing to avoid request blocking #3111@wangshao1
🐛 Fixes:
- fix: Changed clearcache to a read command #3034@Mixficsol
- fix: Fixed issues caused by inconsistent data in some interfaces #3034@Mixficsol
- fix: Fixed errors in the configuration file for the Redis-cache threshold limits #3034@Mixficsol
- fix: Fixed RedisCache async loading issues #3037@Mixficsol
- fix: Fixed the issue of codis-dashboard not updating metadata after Pika-slave node recovery #3038@wangshao1
- fix: Fixed parsing failure of info replication master ip:port #3038@wangshao1
- fix: Fixed inconsistencies in Append command behavior in cache and database #3039@Mixficsol
- fix: Configured max-key-size-in-cache parameter for String type keys to set the maximum key size in RedisCache in the config file #3043@Mixficsol
- fix: Configured cache-value-item-max-size parameter for Set, List, and Zset types to set the maximum number of elements in RedisCache in the config file #3043@Mixficsol
- fix: Fixed incorrect Codis master-slave switch issue #3048@Mixficsol
- fix: Updated Codis, Pika, and Pika_exporter versions and corrected version time record method, Pika build time now uses the Make compile time and adjusted to UTC time standard #3049@Mixficsol
- fix: Fixed inaccurate RedisCache maximum storage range #3064@Mixficsol
- fix: Added correct admin-cmd-list loading function in the configuration file #3076@Mixficsol
- fix: In pipeline mode, moved auth commands and subsequent commands in the Pipeline to command thread pool #3098@Mixficsol
- fix: Fixed ZRemrangebylex and zremrangebyscore argument errors #3098@chenbt-hz
- fix: Fixed RedisCache read interfaces without locks, which could cause data race during rehash #3088@wangshao1
- fix: Fixed incorrect blob-cache argument #3105@chenbt-hz
- fix: Fixed occasional core dump when connecting to Pika via telnet #3099@Mixficsol
- fix: Fixed occasional crashes when executing getrange and setrange multiple times #3106@YuCai18
- fix: Fixed issue of accumulating close_wait state connections after closing connections in Pika when processing long-duration requests, preventing new connections from being accepted once the connection limit is reached #3089@wangshao1
- fix: Fixed Zadd command returning inconsistent values when adding the same member multiple times in a single line #3108@YuCai18
- fix: Fixed error in codis-proxy logging #3107@wangshao1
- fix: Fixed issue where requirepass was non-empty but connections could still be made with any password #3113@YuCai18
- fix: Removed irrelevant log printing to save disk resources #3119@YuCai18
- fix: Fixed PHP client issue where spop command without the second parameter returned inconsistent values with Redis #3129@wangshao1
- fix: Optimized Pika slow request logs, added statistics for queuing delays caused by too many pipeline requests #3142@wangshao1
- fix: Removed OBD-compact configuration to avoid affecting the 3.5 branch self-compiling versions #3125@chejinge
📚 Documentation:
🧹 Updates:
Version tags:
- https://github.com/OpenAtomFoundation/pikiwidb/releases/tag/v3.5.6
📒 Documentation: PikiwiDB
Full Changelog: https://github.com/OpenAtomFoundation/pikiwidb/compare/v3.5.5...v3.5.6
Thanks to @chejinge , @Mixficsol @chenbt-hz @wangshao1, @pro-spild and @YuCai18 for making this release possible.