Skip to content

Releases: alisaifee/coredis

3.11.0

25 Jun 17:17
3.11.0
Compare
Choose a tag to compare

Features

  • Added noreply option to Redis & RedisCluster constructors
    to allow using the client without waiting for response from the
    server
  • Build wheels for all architectures supported by cibuildwheel

Deprecations / Removals

  • Remove deprecated sentinel methods
  • Add warnings for client_setname, client_reply and auth
    commands

Bug Fixes

  • Fix missing protocol_version in cluster pipeline code paths

3.10.1

19 Jun 12:48
3.10.1
Compare
Choose a tag to compare

Chores

  • Documentation tweaks

3.10.0

18 Jun 19:49
3.10.0
Compare
Choose a tag to compare

Features

  • Expose ssl parameters in RedisCluster constructor
  • Expose ssl_check_hostname parameter in Redis/RedisCluster constructors
  • Separate opt-in cache behaviors into protocols leaving AbstractCache
    as the minimal implementation required
  • Expose cache stats
  • Allow TrackingCache.dynamic_confidence to increase confidence up to 100% instead
    of capping it at the original confidence value provided

Chores

  • Improve documentation for caching
  • Improve test coverage for ssl connections
  • Add test coverage for cluster ssl clients

3.9.3

15 Jun 17:45
3.9.3
Compare
Choose a tag to compare

Features

  • Expose cache parameter to Sentinel managed clients

Bug Fix

  • Handle error parsing command not found exception

3.9.2

14 Jun 20:03
3.9.2
Compare
Choose a tag to compare

Features

  • Add option to define confidence in cached entries

3.9.1

13 Jun 21:49
3.9.1
Compare
Choose a tag to compare

Features

  • Extend coverage of cachable commands
  • Expose option to share TrackingCache between client

3.9

13 Jun 07:08
3.9
Compare
Choose a tag to compare
3.9

Features

  • Add support for client side caching

3.8.12

10 Jun 20:02
3.8.12
Compare
Choose a tag to compare

Features

  • Add support for sharded pubsub for redis 7.0.1
  • Expose verify_version parameter to from_url factory function

Experiments

  • Extend CI coverage for keydb & dragonfly

3.8.11

08 Jun 09:22
3.8.11
Compare
Choose a tag to compare

Bug Fixes

  • Fix support for HELLO SETNAME
  • Fix routing of ACL SAVE in cluster mode

Chores

  • Improved test coverage for server commands

3.8.10

07 Jun 18:52
3.8.10
Compare
Choose a tag to compare

Features

  • New nodenames parameter added to sentinel_info_cache

Chores

  • Added redis 7.0 to sentinel test coverage matrix