Skip to content

3.1.0

Compare
Choose a tag to compare
@alisaifee alisaifee released this 22 Apr 01:28
· 1468 commits to master since this release
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