newsguile-redis - News

 
 
Show details for the latest news.

Latest News Approved
guile-redis 2.2.0 released
     posted by aleix, Thu 24 Feb 2022 05:42:40 AM UTC

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

Happy Hacking!

guile-redis 2.1.2 released
     posted by aleix, Thu 20 May 2021 12:08:55 AM UTC

I'm pleased to announce guile-redis 2.1.2. This release removes all uses of #nil and fixes an issue with empty string responses.

Happy hacking!

guile-redis 2.1.1 released
     posted by aleix, Wed 19 May 2021 04:36:09 PM UTC

I'm pleased to announce guile-redis 2.1.1. This release fixes a compilation issue with Guile 3.0.7.

Happy hacking!

guile-redis 2.1.0 released
     posted by aleix, Wed 19 May 2021 04:35:22 PM UTC

I'm pleased to announce guile-redis 2.1.0. This release adds support for Redis 6.2.0 commands.

Happy hacking!

guile-redis 2.0.0 released
     posted by aleix, Wed 19 May 2021 04:34:21 PM UTC

I'm pleased to announce guile-redis 2.0.0. This release adds Redis 6.0.0 commands. It also fixes Pub/Sub support. Before guile-redis 2.0.0, publish, subscribe & co. commands were treated as the rest of Redis commands. However, these commands are special and are now implemented as separate procedures.

Happy hacking!

guile-redis 1.3.0 released
     posted by aleix, Sun 27 Jan 2019 07:17:24 AM UTC

I'm pleased to announce guile-redis 1.3.0. This release includes missing redis 5.0.0 commands: (cluster replicas), (client id), (client unblock), (replicaof), (xack), (xgroup), (xinfo), (xtrim), (xdel), (xclaim).

Happy hacking!

guile-redis 1.1.0 released
     posted by aleix, Thu 23 Aug 2018 04:42:59 AM UTC

I'm pleased to announce guile-redis 1.1.0. Starting in version 1.1.0 guile-redis will only be available under the GPLv3 license.

Happy hacking!

guile-redis 1.0.0 released
     posted by aleix, Thu 09 Aug 2018 06:24:14 AM UTC

I'm pleased to announce guile-redis 1.0.0.

This version is not backwards compatible with the initial release 0.1.0. The main change is that now all commands follow the specification defined by redis. All the arguments are now given as strings, this is because the commands are automatically generated. Before the commands were manually added [...]

guile-redis tarballs uploaded to savannah
     posted by aleix, Thu 25 Jul 2013 07:54:34 PM UTC

All guile-redis tarballs have been uploaded to Savannah. Mirrors should be populated soon.

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code