commit 324daadcf6383bd404b82dcf090e6860d6caf170
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:21:04 2020 -0800

    Makefile.am: add missing pubsub.scm

 redis/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c5a86ccff174b3ea5b9582947776defa95fe8c8b
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:20:48 2020 -0800

    README.md: add redis-subscribe-read example

 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 6aaf8293debe1ffb58932b38ed31195501d1769c
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:13:29 2020 -0800

    README.md: fix pubsub link

 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 2dfe0333c691097b14ced9890371fd8acbaf0abb
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:12:10 2020 -0800

    README.md: cosmetic changes

 README.md | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit 741fbb47c9d6919636eb0721e8fbca523a737800
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:10:43 2020 -0800

    README.md: remove markdown quotes

 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 7876e1fcb08f0d8672c4d0501669f585536aadfe
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:09:27 2020 -0800

    bump version to 2.0.0

 NEWS         |  11 +++-
 README       |   2 +-
 README.md    | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.org   | 143 -----------------------------------------
 configure.ac |   4 +-
 5 files changed, 215 insertions(+), 149 deletions(-)
 create mode 100644 README.md
 delete mode 100644 README.org

commit d961352f35dd32edacd1c7eb47b3d9870c25da73
Merge: d95d1cc d8cecbb
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 22:08:08 2020 -0800

    Merge pull request #5 from aconchillo/redis-6-and-pubsub
    
    redis 6 commands and pubsub support

commit d8cecbb7108bd55e39021b6725b9ae4402336d37
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 21:39:38 2020 -0800

    redis: initial pub/sub support
    
    Fixes #3

 redis.scm          |   8 ++--
 redis/commands.scm |   6 +--
 redis/pubsub.scm   | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 136 insertions(+), 8 deletions(-)
 create mode 100644 redis/pubsub.scm

commit 4f86e38f644e9cc5733ede699882da04120576d2
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 14:06:07 2020 -0800

    main: update redis-send documentation

 redis/main.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 042db6aa87e7d9c30daf2b2b6f32099aeb060c00
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 14:04:14 2020 -0800

    commands: swap create-command/make-command and expose create-command

 redis/commands.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 0de4d0fd2502711891ab6852f65494d846a6f8f2
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Nov 16 14:03:33 2020 -0800

    utils: use format and textual-ports

 redis/utils.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 41245f1567381eead73e121f52c4634bade9b2fb
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Sun Jun 14 01:20:09 2020 -0700

    add redis 6.0 commands and re-organize commands

 redis/commands.scm | 52 ++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 10 deletions(-)

commit d95d1cc2ddcd15890aea633ac8b51e820dbc9924
Author: Aleix Conchillo Flaque <aleix@papayapay.com>
Date:   Sat May 23 01:41:54 2020 -0700

    main: fix socket leak on redis-close
    
    Fixes #4

 NEWS           | 7 +++++++
 redis/main.scm | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit 973970a987c073a9584e19b83af54a426ef4bb2e
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jan 26 23:13:35 2019 -0800

    README: s/below/above/

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ea2eb88cfb325d2bb6b47c2306b8868ef47bee9
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jan 26 23:09:48 2019 -0800

    bump version to 1.3.0

 AUTHORS      | 2 +-
 NEWS         | 6 ++++++
 README.org   | 4 ++--
 configure.ac | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

commit 749136350284f5ee2ec63949c63ee84883e4c33c
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jan 26 23:08:37 2019 -0800

    use guile.m4 again with some fixes for finding guile tools

 Makefile.am       |  21 +--
 configure.ac      |  33 ++++-
 m4/guile.m4       | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 redis/Makefile.am |   8 +-
 4 files changed, 438 insertions(+), 18 deletions(-)
 create mode 100644 m4/guile.m4

commit c43631c92a476ea5cc761fd9b9c9383ad0014b1a
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jan 26 23:08:00 2019 -0800

    commands: add missing redis 5.0.0 commands

 redis/commands.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 2f96795886c26dc6cb063a214297d0c7ece899c9
Merge: 2e506df 7bd6287
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Sat Jan 26 22:39:49 2019 -0800

    Merge pull request #2 from paullucas/master
    
    Add XGROUP & XACK command

commit 7bd628737b67f0c411de2228aab65ea623292aa9
Author: Paul <paulll.lucas@gmail.com>
Date:   Sat Jan 26 17:19:21 2019 -0800

    Add XACK command

 redis/commands.scm | 1 +
 1 file changed, 1 insertion(+)

commit 125af8fa882f517849fe6a886e1d3dd0d11da746
Author: Paul <paulll.lucas@gmail.com>
Date:   Sat Jan 26 17:00:05 2019 -0800

    Add XGROUP command

 redis/commands.scm | 1 +
 1 file changed, 1 insertion(+)

commit 2e506df814ef3e4670ab934d1d5773b6699d57e1
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 24 00:24:41 2018 -0700

    README: no need to use quasiquote

 README.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 3dd77b4222aa15fd3608df43eb7a7d7b3cf06a95
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 24 00:21:18 2018 -0700

    bump version to 1.2.0

 NEWS         | 6 ++++++
 README.org   | 2 +-
 configure.ac | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit c961de1a1c1692aea4f03dbf3c988f5bc214ae59
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 24 00:18:30 2018 -0700

    capitalize Redis

 README.org | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 547f1201686eb90ecba9d9f33d9d7791d3d8fde5
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Sep 24 00:15:32 2018 -0700

    pass a list with all the arguments
    
    This allows the user to not have to pass strings for everything. Conversion to
    string is now done internally.

 README.org         | 21 +++++++++++++--------
 redis/commands.scm | 10 +++++-----
 redis/utils.scm    |  9 ++++++++-
 3 files changed, 26 insertions(+), 14 deletions(-)

commit ffdb6478f645f3d12c8f0e4caa9b798279cf1804
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Thu Aug 23 09:34:59 2018 -0700

    README: just minor update

 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 11f6a0b1329781e4470595addc8325fee3b89fdf
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Thu Aug 23 09:22:47 2018 -0700

    more license stuff

 ChangeLog  | 23 +++++++++++++++++++++--
 README.org | 19 ++++++++++++-------
 2 files changed, 33 insertions(+), 9 deletions(-)

commit 6cba324a89a6e5c937a1a3bed7f12d1943ca856b
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 21:50:59 2018 -0700

    env.in: forgot copyright notice

 env.in | 2 ++
 1 file changed, 2 insertions(+)

commit dd2bc4a49c066662a9edf0eebb005556836b5881
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 21:50:08 2018 -0700

    env.in: add copyright and license notice

 env.in | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit ba0777a3b32075d4634d3c0805a8882bbfc33623
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 21:34:52 2018 -0700

    bump version to 1.1.0

 NEWS         | 30 ++++++++++++++++++------------
 README.org   |  2 +-
 configure.ac |  2 +-
 3 files changed, 20 insertions(+), 14 deletions(-)

commit 894724b94205f2fd69480f1c72958e7645bbc332
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 21:32:44 2018 -0700

    switch to GPLv3

 COPYING.LESSER       | 165 ---------------------------
 Makefile.am          |  22 ++--
 README.org           |  73 +++++++-----
 build-aux/guile.m4   | 306 ---------------------------------------------------
 configure.ac         |  22 ++--
 redis.scm            |  22 ++--
 redis/Makefile.am    |  22 ++--
 redis/commands.scm   |  22 ++--
 redis/connection.scm |  22 ++--
 redis/main.scm       |  22 ++--
 redis/utils.scm      |  22 ++--
 11 files changed, 117 insertions(+), 603 deletions(-)
 delete mode 100644 COPYING.LESSER
 delete mode 100644 build-aux/guile.m4

commit 61457dc96f2f868607dc89c23aa9ece152e02d89
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 8 23:16:46 2018 -0700

    update README syntax

 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8c2b19901e7cbdb28d6da21cafe410b3949a0548
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 8 23:13:31 2018 -0700

    updated NEWS

 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit f0c1f0d4e38912a845c16d595a8a64bbd70888bd
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 8 23:01:06 2018 -0700

    update instructions and bump version to 1.0.0

 INSTALL      | 320 +++++++++++++++++++++++++++++------------------------------
 README.org   |  93 ++++++-----------
 configure.ac |   2 +-
 3 files changed, 193 insertions(+), 222 deletions(-)

commit 8c489bc9634345c58143a65fb4b3f3b27c7e1fb1
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 8 22:57:28 2018 -0700

    use dual license GPLv3 and LGPLv3

 Makefile.am          | 18 ++++++++++--------
 configure.ac         | 18 ++++++++++--------
 redis.scm            | 18 ++++++++++--------
 redis/Makefile.am    | 18 ++++++++++--------
 redis/commands.scm   | 18 ++++++++++--------
 redis/connection.scm | 20 +++++++++++---------
 redis/main.scm       | 20 +++++++++++---------
 redis/utils.scm      | 18 ++++++++++--------
 8 files changed, 82 insertions(+), 66 deletions(-)

commit 4a79d6dfbfb74aecfeaf4fe1e95e6a42bee21443
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 8 22:49:14 2018 -0700

    build: follow new guile-json installation

 Makefile.am       | 10 ++++++----
 configure.ac      | 13 +++++++++----
 redis/Makefile.am |  9 ++++++---
 3 files changed, 21 insertions(+), 11 deletions(-)

commit 85766c02b9569c6f2aa5d7194f32ea5b0a6a1059
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 8 22:39:11 2018 -0700

    all commands are now created with one macro
    
    It was too complicated to maintain all commands separately manually, so now
    there's one macro that can define all the commands and adding a new command is
    as simple as adding the name of the command. This idea was taken from the
    chicken scheme redis-client (thanks!).

 configure.ac                    |   3 +-
 redis.scm                       |  26 +---
 redis/Makefile.am               |   4 +-
 redis/commands.scm              | 298 ++++++++++++++++++++++++++++++++++++++++
 redis/commands/Makefile.am      |  51 -------
 redis/commands/connection.scm   |  59 --------
 redis/commands/define.scm       |  82 -----------
 redis/commands/hashes.scm       |  83 -----------
 redis/commands/keys.scm         | 115 ----------------
 redis/commands/lists.scm        |  89 ------------
 redis/commands/publish.scm      |  63 ---------
 redis/commands/scripting.scm    |  52 -------
 redis/commands/server.scm       | 110 ---------------
 redis/commands/sets.scm         |  79 -----------
 redis/commands/sortedsets.scm   |  95 -------------
 redis/commands/strings.scm      | 102 --------------
 redis/commands/transactions.scm |  47 -------
 redis/utils.scm                 |   4 +-
 18 files changed, 305 insertions(+), 1057 deletions(-)
 create mode 100644 redis/commands.scm
 delete mode 100644 redis/commands/Makefile.am
 delete mode 100644 redis/commands/connection.scm
 delete mode 100644 redis/commands/define.scm
 delete mode 100644 redis/commands/hashes.scm
 delete mode 100644 redis/commands/keys.scm
 delete mode 100644 redis/commands/lists.scm
 delete mode 100644 redis/commands/publish.scm
 delete mode 100644 redis/commands/scripting.scm
 delete mode 100644 redis/commands/server.scm
 delete mode 100644 redis/commands/sets.scm
 delete mode 100644 redis/commands/sortedsets.scm
 delete mode 100644 redis/commands/strings.scm
 delete mode 100644 redis/commands/transactions.scm

commit 558e310b2e566da86a29e8aceda13434a5d4be08
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri May 5 18:52:02 2017 -0700

    README: add autoreconf instructions

 INSTALL    | 4 ++--
 README.org | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

commit c314e77991a4e62f2a7cb6ea5065d07e6e94810f
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Tue Jan 31 00:28:03 2017 -0800

    commands: update and add new key commands

 redis/commands/keys.scm | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 31e21d85891330a84af285bf4bc761c9c2d32d5b
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Tue Jan 31 00:23:22 2017 -0800

    commands: fix hdel arguments
    
    * redis/commands/hashes.scm (hdel): more than one field should be
      allowed.

 redis/commands/hashes.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a7810f22cdf9c23df37286d0975c899537d1448f
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Jan 30 23:54:24 2017 -0800

    commands: support for new hstrlen and hscan commands

 redis/commands/hashes.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit b7e980711fecc582340597774cf46edf2a9e9285
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Jan 30 23:52:31 2017 -0800

    commands: added new swapdb function
    
    * redis/commands/connection.scm (swapdb): added new swapdb function.

 redis/commands/connection.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 6612ae7574c6e080ca0e419c440946dcfb1ca163
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Jan 30 23:50:32 2017 -0800

    commands: support optional message on ping command.
    
    * redis/commands/connection.scm: support optional message on ping
      command. If the message is given PING will return the provided
      message, otherwise it will return PONG.

 redis/commands/connection.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit cf256d2e11deb2547a92d69c2c4c48b0d4fe910b
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Jan 30 23:48:53 2017 -0800

    commands: add missing parentheses in redis-add-command
    
    * redis/commands/define.scm: add missing parentheses on auto-generated
      code.

 redis/commands/define.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3dc177a27e66fd12f172f408a71e8095e7182f5e
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Oct 2 17:44:42 2013 -0700

    update emacs' interactive command define function

 redis/commands/define.scm | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

commit 5febba543105c7398641de1016c00ab075ca57c8
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Oct 2 17:33:30 2013 -0700

    apply procedure allows multiple arguments, use it properly

 redis/commands/hashes.scm       |  6 +++---
 redis/commands/keys.scm         |  8 ++++----
 redis/commands/lists.scm        |  6 +++---
 redis/commands/publish.scm      | 18 +++++++++---------
 redis/commands/scripting.scm    |  8 +++-----
 redis/commands/sets.scm         | 16 ++++++++--------
 redis/commands/sortedsets.scm   |  4 ++--
 redis/commands/strings.scm      |  8 ++++----
 redis/commands/transactions.scm |  2 +-
 9 files changed, 37 insertions(+), 39 deletions(-)

commit e97e2484436d54a93f73a45705a9df07608fb661
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 25 12:57:30 2013 -0700

    files are now hosted and mirrored by savannah

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e7e4bc7c0de439d8d32dce712d66feb8a11e70ce
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 25 12:48:11 2013 -0700

    add + to LGPLv3

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit acdfca25385865b474d06dd0ba0fd6f299ebfbbd
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 23:44:08 2013 -0700

    update NEWS and README file with initial release

 NEWS       |  2 +-
 README.org | 23 ++++++++++++++---------
 2 files changed, 15 insertions(+), 10 deletions(-)

commit 094e2e6164180f6227e0084e01a1dd6995ce57f3
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 23:34:59 2013 -0700

    added examples section in README

 README.org | 49 +++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 43 insertions(+), 6 deletions(-)

commit 981bee0f8f65cef74bf3af25fed4fa47c2925855
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 23:23:32 2013 -0700

    minor fixes after first review of all commands

 redis/commands/keys.scm      |  6 ++----
 redis/commands/lists.scm     |  2 +-
 redis/commands/scripting.scm |  2 +-
 redis/commands/server.scm    | 10 +++++-----
 redis/commands/strings.scm   | 23 ++++++++++++-----------
 5 files changed, 21 insertions(+), 22 deletions(-)

commit 4ca4ecc1e1a10590d6616d7469f1ab72e04ee5ae
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 23:22:36 2013 -0700

    treat "key value [key value ..]" as list of pairs

 redis/commands/define.scm     | 10 +++++++++-
 redis/commands/hashes.scm     |  2 +-
 redis/commands/sortedsets.scm |  2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit c3d2b4acdeef440f53ba75fd0cd083e1cc2ecb48
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 22:18:59 2013 -0700

    more README and documentation updates

 README.org     | 38 +++++++++++++++++++++++++++++++++++++-
 redis/main.scm |  3 ++-
 2 files changed, 39 insertions(+), 2 deletions(-)

commit 124967adf913ea48a475721f70ffe7653b9a3717
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 10:11:40 2013 -0700

    add redundant information to the procedures section

 README.org | 6 ++++++
 1 file changed, 6 insertions(+)

commit ce6efd789d1b0593538e2838168fe0d17881db89
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 09:31:34 2013 -0700

    minor updates to docs

 README.org     | 2 +-
 redis/main.scm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit b9e03a1d6f4e4d5a76117f787b0925fefae4589e
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 09:29:45 2013 -0700

    add procedures to README

 README.org     | 18 ++++++++++++++++++
 redis/main.scm | 14 +++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)

commit 01bdca7bcbf149308f129305be01edc2f2d4d532
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jul 12 07:58:07 2013 -0700

    add support for server commands

 redis.scm                  |   2 +
 redis/commands/Makefile.am |   1 +
 redis/commands/server.scm  | 110 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 113 insertions(+)
 create mode 100644 redis/commands/server.scm

commit a3f0d02937c2e4671c8386bff6e277f553c283ee
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jul 12 00:16:58 2013 -0700

    add redis.io link

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 30ec090c6282f83237b11c775951a38c334bfaec
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jul 12 00:15:39 2013 -0700

    and one more

 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2daa83d8505432acc3746b1bfcc0e82934d6dc8d
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jul 12 00:14:10 2013 -0700

    one more README update

 README.org | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 8a76fba5183d79d8f34a8febfc74db1ddce4ad94
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jul 12 00:11:24 2013 -0700

    update README file

 README.org | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

commit bee86308f39bf7b555bdd95f179e05d0b41aa134
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jul 12 00:05:12 2013 -0700

    add support for scripting commands

 redis.scm                    |  2 ++
 redis/commands/Makefile.am   |  1 +
 redis/commands/scripting.scm | 54 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)
 create mode 100644 redis/commands/scripting.scm

commit d23fe8469143aeb30a18b5854648e57ce3bb7082
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:54:47 2013 -0700

    add support for transactions commands

 redis.scm                       |  6 ++++--
 redis/commands/Makefile.am      |  1 +
 redis/commands/transactions.scm | 47 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 redis/commands/transactions.scm

commit 2140ebcd0f152cbcb8859b35f31a92b6195e5f09
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:51:02 2013 -0700

    add support for publish/subscribe commands

 redis.scm                  |  2 ++
 redis/commands/Makefile.am |  1 +
 redis/commands/publish.scm | 63 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)
 create mode 100644 redis/commands/publish.scm

commit 955cb30ec8c27be0715a18dc01c9e8d210301a3a
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:38:30 2013 -0700

    add support for sortedsets commands

 redis.scm                     |  2 +
 redis/commands/Makefile.am    |  1 +
 redis/commands/sortedsets.scm | 95 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 98 insertions(+)
 create mode 100644 redis/commands/sortedsets.scm

commit 2fe3458b2a89dc5680deae3dbac6180d719664c7
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:17:47 2013 -0700

    remove extra use-modules

 redis/commands/hashes.scm  | 1 -
 redis/commands/keys.scm    | 1 -
 redis/commands/lists.scm   | 2 --
 redis/commands/strings.scm | 1 -
 4 files changed, 5 deletions(-)

commit 6e5f971fdf80a8b4e3c3ce5b41dfd2448d3c920e
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:15:29 2013 -0700

    elisp: take care of rest arguments as lists

 redis/commands/define.scm | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

commit 064c39aa20eebe09437632b2df4b481d0c168fff
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:15:12 2013 -0700

    add support for sets commands

 redis.scm                  |  2 ++
 redis/commands/Makefile.am |  1 +
 redis/commands/sets.scm    | 79 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+)
 create mode 100644 redis/commands/sets.scm

commit 932ff9d9db4f4bb007cb3f9ec5b07d80812713f3
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:00:56 2013 -0700

    add support for lists commands

 redis.scm                  |  2 +
 redis/commands/Makefile.am |  1 +
 redis/commands/lists.scm   | 91 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 94 insertions(+)
 create mode 100644 redis/commands/lists.scm

commit 1b9eb833cdd1b367457137394c8a0d9724d97a14
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 23:00:36 2013 -0700

    commands with list arguments now get a list instead of #:rest

 redis/commands/hashes.scm  | 12 ++++++------
 redis/commands/keys.scm    |  6 +++---
 redis/commands/strings.scm | 16 ++++++++--------
 3 files changed, 17 insertions(+), 17 deletions(-)

commit 55dd45bcabdf6dc1bc0de381365e619b2973ba2f
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 21:49:59 2013 -0700

    use read-reply in all commands, but allow a user reply function

 redis/commands/connection.scm |  11 ++---
 redis/commands/define.scm     |   5 ++-
 redis/commands/hashes.scm     |  26 +++++------
 redis/commands/keys.scm       |  44 +++++++++---------
 redis/commands/strings.scm    |  45 +++++++++----------
 redis/utils.scm               | 101 ++++++++++++++++--------------------------
 6 files changed, 103 insertions(+), 129 deletions(-)

commit a03a691a7a4d176dd404d2c8816348031a22ff34
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 21:49:00 2013 -0700

    remove reply from elisp function

 redis/commands/define.scm | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

commit 1e2c538d07d7c2ac05864f941b23461782595b8f
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 08:17:38 2013 -0700

    all command now take a connection instead of a socket

 redis/Makefile.am             |  2 +-
 redis/commands/connection.scm |  7 +++-
 redis/connection.scm          | 43 +++++++++++++++++++++
 redis/main.scm                | 18 ++-------
 redis/utils.scm               | 89 +++++++++++++++++++++++--------------------
 5 files changed, 101 insertions(+), 58 deletions(-)
 create mode 100644 redis/connection.scm

commit 1d572e66d2025d2f8b8d496496b2ab11e116ba01
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 01:19:08 2013 -0700

     unsplice rest arguments in all needed commands

 redis/commands/hashes.scm  |  6 +++---
 redis/commands/keys.scm    | 11 +++++++----
 redis/commands/strings.scm |  4 ++--
 3 files changed, 12 insertions(+), 9 deletions(-)

commit fd1c43208b90a16b8de03254096ffbb5fa65b551
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 01:14:05 2013 -0700

    add hashes commands

 redis.scm                  |  2 ++
 redis/commands/Makefile.am |  8 ++++-
 redis/commands/hashes.scm  | 75 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 84 insertions(+), 1 deletion(-)
 create mode 100644 redis/commands/hashes.scm

commit 63c1c4bec1873341b8f7e69140cde87e29b50316
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 01:13:38 2013 -0700

    convenient interactive emacs function to define new commands

 redis/commands/define.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit d8a7b1591c1ca8c7832275fd9d93c1ab3ef528d2
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 01:13:06 2013 -0700

    mget: unsplice rest arguments

 redis/commands/strings.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66d6c3e32cbfb071729971f84824f6bb8d2b398c
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 11 01:12:35 2013 -0700

    added multi-bulk reply support

 redis/utils.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit ae3c7c270a27f4388619bf9e5eb96ab7124f5ac3
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Jul 10 23:02:03 2013 -0700

    added keys commands

 redis.scm                  |   2 +
 redis/commands/Makefile.am |   2 +-
 redis/commands/keys.scm    | 103 +++++++++++++++++++++++++++++++++++++++++++++
 redis/commands/strings.scm |  31 ++++++++++----
 4 files changed, 129 insertions(+), 9 deletions(-)
 create mode 100644 redis/commands/keys.scm

commit 99a7b012bf5b940759325b5501d6017219a59465
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Jul 10 22:13:16 2013 -0700

    add support for bulk replies

 redis.scm                     |  2 +-
 redis/commands/connection.scm |  4 +++-
 redis/commands/define.scm     |  2 ++
 redis/commands/strings.scm    | 36 ++++++++++++++++++++----------------
 redis/main.scm                |  2 ++
 redis/utils.scm               | 12 ++++++++++++
 6 files changed, 40 insertions(+), 18 deletions(-)

commit 3a7b0759344eb52f85c8c608f48bcee166d56177
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Jul 9 23:47:41 2013 -0700

    improve command sending

 redis/utils.scm | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

commit e0618ee426b4abfefeed9439fe35d4793ad30a94
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Jul 9 22:25:09 2013 -0700

    single and multiple commands first working version

 redis/commands/define.scm | 25 +++++--------------------
 redis/main.scm            | 10 +++++++---
 redis/utils.scm           | 39 +++++++++++++++++++++++++++++++++++++--
 3 files changed, 49 insertions(+), 25 deletions(-)

commit 52347c0f5990f7464f9cacbab1ad3e618d245fbc
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Jul 9 22:24:42 2013 -0700

    added initial strings commands

 redis.scm                  |  6 ++--
 redis/commands/Makefile.am |  2 +-
 redis/commands/strings.scm | 84 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 89 insertions(+), 3 deletions(-)
 create mode 100644 redis/commands/strings.scm

commit 749745f9e7f0185bf987b7c2462fa16ed47a9916
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Jul 9 00:58:06 2013 -0700

    initial code import, nothing really working yet

 Makefile.am                   |  18 +++
 build-aux/guile.m4            | 306 ++++++++++++++++++++++++++++++++++++++++++
 configure.ac                  |   7 +-
 env.in                        |  11 +-
 redis.scm                     |  43 ++++++
 redis/Makefile.am             |  40 ++++++
 redis/commands/Makefile.am    |  38 ++++++
 redis/commands/connection.scm |  46 +++++++
 redis/commands/define.scm     |  59 ++++++++
 redis/main.scm                |  60 +++++++++
 redis/utils.scm               |  57 ++++++++
 11 files changed, 678 insertions(+), 7 deletions(-)
 create mode 100644 build-aux/guile.m4
 create mode 100644 redis.scm
 create mode 100644 redis/Makefile.am
 create mode 100644 redis/commands/Makefile.am
 create mode 100644 redis/commands/connection.scm
 create mode 100644 redis/commands/define.scm
 create mode 100644 redis/main.scm
 create mode 100644 redis/utils.scm

commit a015c79ef01ffffc4bac384614c9165339122f49
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jun 28 22:01:10 2013 -0700

    just give me some time

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 56afbae30fe2a24b24ed8def327c731201a473be
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jun 28 21:43:22 2013 -0700

    initial importa, no code yet

 .gitignore     |  16 ++
 AUTHORS        |   2 +
 COPYING        | 674 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 COPYING.LESSER | 165 ++++++++++++++
 ChangeLog      |   6 +
 INSTALL        | 370 +++++++++++++++++++++++++++++++
 Makefile.am    |  27 +++
 NEWS           |   4 +
 README         |   1 +
 README.org     |   4 +
 configure.ac   |  37 ++++
 env.in         |  16 ++
 12 files changed, 1322 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 COPYING.LESSER
 create mode 100644 ChangeLog
 create mode 100644 INSTALL
 create mode 100644 Makefile.am
 create mode 100644 NEWS
 create mode 120000 README
 create mode 100644 README.org
 create mode 100644 configure.ac
 create mode 100644 env.in
