valkey-tcl

TCL/C extension that provides an interface to the Valkey store.

Contact: chpock (at) gmail (dot) com

valkey-tcl git repo

Releases

  • v1.0.0 (2024-08-25 - first release)

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