Skip to content

v117

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 11:38
· 585 commits to main since this release
050079e

Changelog

  • 050079e Merge pull request #54 from codecrafters-io/redis-repl
  • 78c72e7 Merge branch 'main' into redis-repl
  • 25f587d Add updated fixtures.
  • 6081a94 Update log prefix to: [replica-N] and [client]. CompareStringSlices is now always case insensitive for the first element in the array. It's always called in context of RESP commands.
  • f00d74c Add LogPrefix for other stages with multiple replicas.
  • c02130b Add util method readAndAssertMessagesWithSkip, and refactor code. Skips first message if required, before comparing expected and actual.
  • 4dcf803 Refactor Code.
  • 76332ca Create FakeRedisNode to share methods between Replica and Master. Add logPrefix to make logs easier to understand.
  • bd0367f Update logs to say "Master is running on XXXX".
  • 558bc97 Remove 2nd WAIT test case. (Makes the entire stage > 10s).
  • c8bed67 Update all error statements statements to be more consistent.
  • e023e07 Add case sensitive matching for commands propagated.
  • dd092b0 Properly handle first command sent by User. It can be SELECT, or the command propagated by us.