Release v0.4.0
New Features
- Implemented LPUSH, RPUSH, LPOP, and RPOP: Enhanced list management functionalities.
- Added LRANGE and LTRIM: New commands to handle ranges and trimming lists.
Improvements
- AOF Handling: Updated to support the new list commands.
- Expiration Checks: Integrated expiration checks in
LPOPandRPOP. - Testing: Comprehensive tests for the new commands to ensure robustness.
Bug Fixes
- Fixed LPUSH Implementation: Corrected the insertion order for
LPUSH.
Full Changelog: v0.3.0...v0.4.0