Skip to content

0.7.0

Compare
Choose a tag to compare
@mcatanzariti mcatanzariti released this 29 Dec 17:28
· 146 commits to main since this release
  • Made GraphCache shared between Client clones (optimization)
  • Switched all communications to RESP3
    • introduced Value::Set
    • introduced Value::Map
  • Implemented command retries on network error:
    • added config max_command_attempts
    • added config retry_on_error
    • added retry_on_error flag on Client/Pipeline/Transaction for each command/batch of commands