Skip to content

Releases: jerily/valkey-tcl

1.0.0

25 Aug 17:58
5c2e6bc
Compare
Choose a tag to compare

Features

  • supports connections via TCP or UNIX sockets
  • supports TLS/SSL connections (this requires TLS/SSL support in the
    linked libvalkey, and must be enabled explicitly)
  • supports Linux and MacOS platforms
  • supports authorization
  • supports automatic reconnection with retries in case of connection
    loss
  • supports all valkey commands via universal command interface
  • built as a single loadable shared object
  • MIT license