Skip to content

v1.1.2

Choose a tag to compare

@ikenchina ikenchina released this 01 May 13:39
4335e0c

Fixes

  • Fixed an AOF replay bug where synthesized SELECT commands encoded the DB index as a single #108
  • This caused standalone sync to fail when replay switched to databases greater than 9 (for example, DB 10).

Details

  • SELECT commands generated during AOF replay now encode the full decimal DB index string.
  • The fix covers:
    • DB switches parsed from AOF SELECT commands
    • resume-from-breakpoint startup DB selection
    • targetDbMap remapping to multi-digit target DBs

Tests

  • Added regression tests for:
    • replaying SELECT 10
    • resuming from a multi-digit DB
    • remapping to a multi-digit target DB