Deutsch   English   Français   Italiano  
<20240825174432.8ba6c2a424ece174009ae638@gmail.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Konstantin Kushnir <chpock@gmail.com>
Newsgroups: comp.lang.tcl
Subject: ANNOUNCE: valkey-tcl 1.0.0
Date: Sun, 25 Aug 2024 17:44:32 +0300
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <20240825174432.8ba6c2a424ece174009ae638@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 25 Aug 2024 16:44:33 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9e9ad658a16664223a1a28146dc264a5";
	logging-data="2000334"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19WRQ67lV2Vrj5CTHaoppXG"
Cancel-Lock: sha1:PitSNdiuJN1tAPtrSb3+hBRMth0=
X-Newsreader: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Bytes: 2045

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