Sujet : ANNOUNCE: valkey-tcl 1.0.0
De : chpock (at) *nospam* gmail.com (Konstantin Kushnir)
Groupes : comp.lang.tclDate : 25. Aug 2024, 15:44:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240825174432.8ba6c2a424ece174009ae638@gmail.com>
User-Agent : Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Hi Everyone!
I am pleased to announce version 1.0.0 of valkey-tcl.
valkey-tcl is TCL/C extension that provides an interface to the Valkey
key-value store.
The Valkey database is a BDS-licensed fork of the well-known Redis
in-memory, NoSQL data store, supported by the Linux Foundation:
https://valkey.io/This is the first version and it does not support every possible
feature, but it should provide enough features for production use.
At this point, the key features are:
* 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
Homepage and sources are on github:
https://github.com/jerily/valkey-tclPlease fill free to check/build/use it. Any feedback is welcome!
-- Best regards,Konstantin Kushnir