Skip to content

Releases: alisaifee/coredis

3.4.6

01 May 03:01
3.4.6
Compare
Choose a tag to compare

Bug Fixes

  • Ensure protocol_version is captured for constructions with from_url
  • Fix command name for module_loadex method

3.4.5

22 Apr 19:46
3.4.5
Compare
Choose a tag to compare

Chore

  • Fix incorrect type annotations for primitive callbacks
  • Update test matrix in CI with python 3.11 a7
  • Update documentation to provide a slightly more detailed
    background around the project diversion

Experiments

  • Add basic support for KeyDB

3.4.3

22 Apr 02:40
3.4.3
Compare
Choose a tag to compare
Tag version 3.4.3

3.4.2

22 Apr 01:36
3.4.2
Compare
Choose a tag to compare

Bug fix

  • Fix error selecting database when decode_responses is True
    (Issue 46)

3.4.1

22 Apr 01:24
3.4.1
Compare
Choose a tag to compare

Chores

  • Remove unmaintained examples & benchmarks
  • Simplify setup/package info with respect to stubs
  • Cleanup documentation landing page

3.4.0

22 Apr 01:24
3.4.0
Compare
Choose a tag to compare

Features

  • Updates for breaking changes with function_load in redis 7.0 rc3
  • Add module_loadex method

Bug fix

  • Fix installation error when building from source

3.3.0

22 Apr 01:28
3.3.0
Compare
Choose a tag to compare

Features

  • Add explicit key extraction based on key spec for cluster clients

3.2.0

22 Apr 01:28
3.2.0
Compare
Choose a tag to compare
tagging version 3.2.0

3.1.1

22 Apr 01:28
3.1.1
Compare
Choose a tag to compare

Bug Fix

  • Fix extracting version/protocol with binary clients

Features

  • New APIs:

    • Redis.cluster_addslotsrange
    • Redis.cluster_delslotsrange
    • Redis.cluster_links
    • Redis.cluster_myid

3.1.0

22 Apr 01:28
3.1.0
Compare
Choose a tag to compare

Features

  • Added support for functions
  • Added runtime checks to bail out early if server version
    doesn't support the command
  • Deprecate custom cluster methods
  • Issue warning when a deprecated redis command is used
  • Add support for RESP3 protocol

New APIs:

  • Scripting:

    • Redis.fcall
    • Redis.fcall_ro
    • Redis.function_delete
    • Redis.function_dump
    • Redis.function_flush
    • Redis.function_kill
    • Redis.function_list
    • Redis.function_load
    • Redis.function_restore
    • Redis.function_stats
  • Server:

    • Redis.command_docs
    • Redis.command_getkeysandflags
    • Redis.command_list