ANNOUNCE: valkey-tcl 1.0.0

Liste des GroupesRevenir à cl tcl 
Sujet : ANNOUNCE: valkey-tcl 1.0.0
De : chpock (at) *nospam* gmail.com (Konstantin Kushnir)
Groupes : comp.lang.tcl
Date : 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-tcl

Please fill free to check/build/use it. Any feedback is welcome!

--
Best regards,
Konstantin Kushnir

Date Sujet#  Auteur
25 Aug 24 * ANNOUNCE: valkey-tcl 1.0.04Konstantin Kushnir
25 Aug 24 `* Re: ANNOUNCE: valkey-tcl 1.0.03Colin Macleod
26 Aug 24  `* Re: ANNOUNCE: valkey-tcl 1.0.02Colin Macleod
26 Aug 24   `- Re: ANNOUNCE: valkey-tcl 1.0.01Konstantin Kushnir

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal