Releases: aembke/fred.rs
Releases · aembke/fred.rs
10.0.1
10.0.0
- Reduced memory footprint and significant write throughput improvements
- Rename common interfaces to remove
Redis
prefixes - Add
WITHSCORES
toZRANK
andZREVRANK
- Add
GT|LT|NX|XX
options toEXPIRE
andEXPIREAT
- Add
scan_page
interface - Add optional message to
PING
- Remove deprecated or redundant config options
- Refactor public types into submodules
- Add
i-hexpire
feature flag - Support async blocks in
on_*
event handler functions - Add an interface to cancel scanning functions
- Update
rustls-native-certs
to 0.8 - Support
valkey://
scheme inConfig::from_url
. - Support combining
Options
andReplicas
clients
9.4.0
9.3.0
9.2.0
9.1.2
9.1.1
9.1.0
- Add RediSearch interface.
- Adapt testing and CI processes to test Redis and Valkey
- Add
FromIterator
impl toRedisMap
- Add
ExclusivePool
client - Fix infinitely recursing
From
impl - Fix bug related to empty hostnames in CLUSTER SLOTS response
- Fix bug related to incorrectly configured server type
- Add PEXPIRE and PEXPIREAT
- Switch
trust-dns-resolver
tohickory-dns
- Support
redis+unix
URL scheme