Releases: alisaifee/coredis
Releases · alisaifee/coredis
3.1.1
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
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
Bug Fix
- Fix autoselection of hiredis when available
3.0.2
Bug Fix
- Fix incorrect response type for
24
)
3.0.1
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
2.3.0
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
Bug fix:
- Fix stalled connection when only username is provided
2.2.2
Bug fix:
- Fix failure to authenticate when just using password