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

  • guile-redis 2.0.0 rel... Aleix Conchillo Flaqué

Reply via email to