guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-redis 2.2.0 released


From: Aleix Conchillo Flaqué
Subject: guile-redis 2.2.0 released
Date: Wed, 23 Feb 2022 21:33:19 -0800

Hi,

I'm happy to announce guile-redis 2.2.0. This release adds the new commands
found in the upcoming Redis 7.0.

https://github.com/aconchillo/guile-redis/

* About

guile-redis is a Guile module for the Redis key-value data store. It provides
all commands up to Redis 7.0 and supports multiple commands, pipelining and
Pub/Sub.

* Download

Compressed sources and a GPG detached signature[*]:

https://download.savannah.nongnu.org/releases/guile-redis/guile-redis-2.2.0.tar.gz
https://download.savannah.nongnu.org/releases/guile-redis/guile-redis-2.2.0.tar.gz.sig

[*] To verify download both files and then run:

   gpg --keyserver keys.openpgp.org \
        --recv-keys 7CEC5511C8D057A9EF17470C54D4CC6FFC7468F4

   gpg --verify guile-redis-2.2.0.tar.gz.sig

* Changes since 2.2.0

https://github.com/aconchillo/guile-redis/blob/master/NEWS

Bugs and comments can be reported at
https://github.com/aconchillo/guile-redis/issues

Happy hacking!

Aleix


reply via email to

[Prev in Thread] Current Thread [Next in Thread]