guile-user
[Top][All Lists]
Advanced

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

guile-redis 2.1.0 released


From: Aleix Conchillo Flaqué
Subject: guile-redis 2.1.0 released
Date: Wed, 24 Feb 2021 14:50:26 -0800

Hi,

I'm happy to announce guile-redis 2.1.0. This release simply adds new
commands found in the new Redis 6.2.0. Perfect timing for the potluck!

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 6.2.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.1.0.tar.gz
https://download.savannah.nongnu.org/releases/guile-redis/guile-redis-2.1.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.1.0.tar.gz.sig

* Changes since 2.1.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]