Skip to content

Releases: alisaifee/coredis

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

3.0.3

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

Bug Fix

  • Fix autoselection of hiredis when available

3.0.2

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

Bug Fix

  • Fix incorrect response type for 24)

3.0.1

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

Bug Fix

  • Ensure all submodules are included in package
  • Fix conversation of datetime object to pxat value for set command

Chores

  • Re-add examples folder
  • Tweak type hints
  • Make scan_iter arguments consistent with scan

3.0.0

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

2.3.1

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

Chore:

  • Standardize doc themes

2.3.0

22 Apr 01:27
2.3.0
Compare
Choose a tag to compare

Final release maintaining backward compatibility with aredis_

Chore:

  • Add test coverage for uvloop
  • Add test coverage for hiredis
  • Extract tests to use docker-compose
  • Add tests for basic authentication

2.2.3

22 Apr 01:27
2.2.3
Compare
Choose a tag to compare

Bug fix:

  • Fix stalled connection when only username is provided

2.2.2

22 Apr 01:27
2.2.2
Compare
Choose a tag to compare

Bug fix:

  • Fix failure to authenticate when just using password