Skip to content

redis-shake-v4.0.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 02:01
· 4 commits to refs/heads/v4 since this release
d27254c

Changes

  • update else if to switch (#777) @blight19
  • Fix some bugs (#776) @suxb201
    • bugfix: Add keep-alive to prevent target Redis close conn due to timeout #758
    • feature: Change default value of status_port from 6479 to 0 #775
    • bugfix: Add support for RDB_OPCODE_MODULE_AUX parsing
    • bugfix: Correctly handle SIGINT during handshake #765
    • feature: Add 1s timeout to Redis client connection setup