Releases: aembke/fred.rs
Releases · aembke/fred.rs
10.1.0
27 Feb 16:44
Compare
Sorry, something went wrong.
No results found
Add dynamic pool
Add TCP user timeouts
10.0.4
25 Jan 20:40
Compare
Sorry, something went wrong.
No results found
Fix unresponsive checks with blocked connections
Fix potential hanging calls to quit when called concurrently by multiple tasks
10.0.3
29 Dec 15:52
Compare
Sorry, something went wrong.
No results found
Support SCAN functions in mocks
10.0.2
23 Dec 18:25
Compare
Sorry, something went wrong.
No results found
Fix intermittent transaction timeouts
10.0.1
05 Dec 18:34
Compare
Sorry, something went wrong.
No results found
Fix reconnection errors when no connections exist
10.0.0
30 Nov 23:29
Compare
Sorry, something went wrong.
No results found
Reduced memory footprint and significant write throughput improvements
Rename common interfaces to remove Redis prefixes
Add WITHSCORES to ZRANK and ZREVRANK
Add GT|LT|NX|XX options to EXPIRE and EXPIREAT
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 in Config::from_url.
Support combining Options and Replicas clients
9.4.0
07 Nov 00:18
Compare
Sorry, something went wrong.
No results found
Change scanning functions to automatically continue when the current page is dropped
Add scan_buffered and scan_cluster_buffered interfaces
Add specialize-into-bytes feature flag
9.3.0
20 Oct 00:05
Compare
Sorry, something went wrong.
No results found
Add SETNX, ECHO, TYPE, EXPIRETIME, and PEXPIRETIME commands
Add hashmap expiration commands (HTTL, HEXPIRE, etc)
Change active_connections to preempt reconnections
9.2.0
04 Sep 23:29
Compare
Sorry, something went wrong.
No results found
Add initial support for the Glommio runtime
Add credential-provider feature
Fix pipeline processing in mocks
Support pipelined transactions
9.1.2
23 Aug 23:08
Compare
Sorry, something went wrong.
No results found
Fix FT.AGGREGATE command with SORTBY operation