Skip to content

Releases: aembke/fred.rs

10.1.0

27 Feb 16:44
29d4790

Choose a tag to compare

  • Add dynamic pool
  • Add TCP user timeouts

10.0.4

25 Jan 20:40
1f59a54

Choose a tag to compare

  • 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
32a5e07

Choose a tag to compare

  • Support SCAN functions in mocks

10.0.2

23 Dec 18:25
bdfe4f8

Choose a tag to compare

  • Fix intermittent transaction timeouts

10.0.1

05 Dec 18:34
d3ea5ca

Choose a tag to compare

  • Fix reconnection errors when no connections exist

10.0.0

30 Nov 23:29
fdedd5e

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

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

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

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

Choose a tag to compare

  • Fix FT.AGGREGATE command with SORTBY operation