github alisaifee/coredis 3.1.0

latest releases: 5.1.0, 5.0.1, 5.0.0...
3 years ago

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

Don't miss a new coredis release

NewReleases is sending notifications on new releases.