Skip to content

Releases: aembke/fred.rs

10.0.1

05 Dec 18:34
d3ea5ca
Compare
Choose a tag to compare
  • Fix reconnection errors when no connections exist

10.0.0

30 Nov 23:29
fdedd5e
Compare
Choose a tag to compare
  • 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
1b7fa4e
Compare
Choose a tag to compare
  • 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
4413043
Compare
Choose a tag to compare
  • 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
3e6d00a
Compare
Choose a tag to compare
  • 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
b2f51e8
Compare
Choose a tag to compare
  • Fix FT.AGGREGATE command with SORTBY operation

9.1.1

21 Aug 18:54
3ea0ce2
Compare
Choose a tag to compare
  • Fix tracing span names and missing fields

9.1.0

18 Aug 15:23
c6d299d
Compare
Choose a tag to compare
  • Add RediSearch interface.
  • Adapt testing and CI processes to test Redis and Valkey
  • Add FromIterator impl to RedisMap
  • 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 to hickory-dns
  • Support redis+unix URL scheme

9.0.3

01 May 00:33
7689bda
Compare
Choose a tag to compare
  • Fix bytes_utils min version
  • Fix rustls reexports with enable-rustls-ring.

9.0.2

30 Apr 02:22
fd8f35d
Compare
Choose a tag to compare
  • Add enable-rustls-ring feature flag