From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.user Subject: guile-redis 0.1.0 released Date: Sun, 14 Jul 2013 23:56:21 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373871389 12259 80.91.229.3 (15 Jul 2013 06:56:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2013 06:56:29 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 15 08:56:32 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uyci0-0004xU-59 for guile-user@m.gmane.org; Mon, 15 Jul 2013 08:56:32 +0200 Original-Received: from localhost ([::1]:52929 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uychz-0005AS-Nh for guile-user@m.gmane.org; Mon, 15 Jul 2013 02:56:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uychr-0005AN-Ir for guile-user@gnu.org; Mon, 15 Jul 2013 02:56:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uychq-0004xP-HI for guile-user@gnu.org; Mon, 15 Jul 2013 02:56:23 -0400 Original-Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:35031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uychq-0004xJ-AL for guile-user@gnu.org; Mon, 15 Jul 2013 02:56:22 -0400 Original-Received: by mail-la0-f53.google.com with SMTP id fs12so9053623lab.26 for ; Sun, 14 Jul 2013 23:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bGVgrh7beJMsyQV77QLjwGVDuG6114R0hWmKsnmptF4=; b=ngTAr73idajXFeyx0d89CWw/qa67oCpyHehLbaDhDTsh4bz0uaxK1yo6Bpct2oFCF8 ww8L4AoKxALySe8jUcnVU/4tSiOq88Ev67kaNNI9p+0gtq7KCDRnz7x/kUMl9mvhEx+N gq3DXckv7aOvAj+ku8AZyWUVydpow/9EhTG2/va2m8sJC7T9RaCYg2PGZ0NR00U+w2WM Ggj/AR5kV8TPn2GjQkXatiNlfvME6JyzKPNefniuQ9nONeOjUHNmNHfq31MLtSsjMyuM b7zGQF0X1ECLnj3BGLsH+b2vy9oM4HHb0rX1uwBdBTmSsxdXFLUX2EZ/w5wgcrJL6EAT 4fnQ== X-Received: by 10.112.171.66 with SMTP id as2mr23683454lbc.57.1373871381205; Sun, 14 Jul 2013 23:56:21 -0700 (PDT) Original-Received: by 10.114.173.228 with HTTP; Sun, 14 Jul 2013 23:56:21 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10523 Archived-At: Hi, I am pleased to announce the first release of guile-redis. redis is a key-value store server (http://redis.io). https://github.com/aconchillo/guile-redis The plan is to keep on working on small libraries. Next ones, probably guile-bson and guile-mongodb, but not clear yet. Let's see how far I get. Happy hacking! Aleix