Releases: dahomey-technologies/rustis
Releases · dahomey-technologies/rustis
0.12.5
0.12.4
- added unsubscribe methods to pub_sub_stream
0.12.3
0.12.2
0.12.1
- fix a shift in messages when subscribing to 2 different channels on the same connection, at the same time (race condition)
0.12.0
- @shedrachokonofua: Support empty FT_SEARCH result (#37)
- @orion-tran: give modules a default value in Hello command (#38)
- @rakshith-ravi: Updated backwards compatibility of docker commands (#42)
- @rakshith-ravi: Removed lifetime from transaction (#41)
- @laptou: added support for creating vector RedisSearch indices (#25)
- fix warnings
- fix tests
0.11.1
0.11.0
- Support cluster for Redis 6.x:
- use CLUSTER SLOTS instead of CLUSTER SHARDS when Redis major version < 7
- support Redis 6.x in
CommandInfoManager::extract_keys
by usingFirst Key
,Last Key
ansStep
attributed of the Redis command COMMAND instead of Key specifications that is only supported from Redis 7.x - added associated fonction
StandaloneConnection::get_version
. The Redis version is extracted from the HELLO command result
- Changed
RespBuf
Display
trait implementation to displayResp::Value
debug instead of RESP raw buffer
0.10.2
- Switched the
futures
dependency withfutures-util
andfutures-channel
rustis
doesn't require all the dependencies pulled byfutures
except for these 2 sub-modules.
0.10.1
- fix warnings in examples
- fix doc tests
- fix documentation