guile-user
[Top][All Lists]
Advanced

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

guile-redis 2.0.0 released


From: Aleix Conchillo Flaqué
Subject: guile-redis 2.0.0 released
Date: Mon, 16 Nov 2020 22:29:17 -0800

Hi!

I'm happy to announce guile-redis 2.0.0. This version adds support for
Redis commands up to Redis 6.0 and finally fixes Redis Pub/Sub
support.

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

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