Skip to content

Release v0.4.0

Choose a tag to compare

@andrelcunha andrelcunha released this 21 Nov 05:41
· 77 commits to main since this release

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 LPOP and RPOP.
  • 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