- Made
GraphCache
shared betweenClient
clones (optimization) - Switched all communications to RESP3
- introduced
Value::Set
- introduced
Value::Map
- introduced
- 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
- added config