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
