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.
Konstantin Kushnir <chpock@gmail.com> posted:
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.
Hi Konstantin, I've been using Redis from Tcl via Pietro Cerutti's
Retcl interface - https://code.ptrcrt.ch/retcl/doc/trunk/docs/index.html . Since Valkey is a fork of Redis I had assumed that Retcl would also work
for it, though I have not tried it yet myself. Could you explain what advantages valkey-tcl has?
Colin Macleod <user7@cmacleod.me.uk.invalid> posted:
I see that valkey-tcl uses a C library. Retcl is pure Tcl code, so easierI am pleased to announce version 1.0.0 of valkey-tcl.Hi Konstantin, I've been using Redis from Tcl via Pietro Cerutti's
Retcl interface - https://code.ptrcrt.ch/retcl/doc/trunk/docs/index.html . Since Valkey is a fork of Redis I had assumed that Retcl would also work for it, though I have not tried it yet myself. Could you explain what advantages valkey-tcl has?
to install, but might have lower performance.
Valkey-tcl appears to only support synchronous commands, I don't see an equivalent to the async and callback-driven modes that Retcl also has.
The libvalkey page says "It also supports any server that uses the RESP protocol" so that suggests that valkey-tcl would also work with Redis or
with any of the other compatible alternatives such as KeyDB.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (0 / 10) |
Uptime: | 120:13:11 |
Calls: | 12,958 |
Files: | 186,574 |
Messages: | 3,265,650 |