<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d4b33ef796d3abcebf045681ccb5d98ba115962c</id>
      </parent>
    </parents>
    <author>
      <name>Bryan Helmkamp</name>
      <email>bryan@brynary.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/5de8899812eb02dac05a826067e52803b817ae7d</url>
    <id>5de8899812eb02dac05a826067e52803b817ae7d</id>
    <committed-date>2009-10-02T11:36:46-07:00</committed-date>
    <authored-date>2009-10-02T11:34:38-07:00</authored-date>
    <message>Fix timeout when pipelining zero commands</message>
    <tree>1865a01a0a27ee3e0ababe242638130fd5cbab6c</tree>
    <committer>
      <name>Bryan Helmkamp</name>
      <email>bryan@brynary.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>10479806f6ea0a09f5e538e9b05c46f1a55057e3</id>
      </parent>
      <parent>
        <id>a559c321578e688ea21f4b4365c724e24ebb86a3</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/d4b33ef796d3abcebf045681ccb5d98ba115962c</url>
    <id>d4b33ef796d3abcebf045681ccb5d98ba115962c</id>
    <committed-date>2009-09-25T16:46:12-07:00</committed-date>
    <authored-date>2009-09-25T16:46:12-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:ezmobius/redis-rb

* 'master' of git@github.com:ezmobius/redis-rb:
  Prevent potentially race condition when using the mutex ivar
  White spaces

Conflicts:
	lib/redis.rb</message>
    <tree>34266be3b100da94820f4fb98bedf4b48c172c05</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83637f80109a163eeda5c9f8978177f74c7b1483</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/10479806f6ea0a09f5e538e9b05c46f1a55057e3</url>
    <id>10479806f6ea0a09f5e538e9b05c46f1a55057e3</id>
    <committed-date>2009-09-25T16:44:34-07:00</committed-date>
    <authored-date>2009-09-25T16:44:34-07:00</authored-date>
    <message>rework mutex lock to maybe_lock and init mutex in initialize so we don't end iup with more then one mutex</message>
    <tree>fccf94c2416980c43084cf35d1392ab216055c79</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4f69ba1bbc7555bcd984603360518abcd892354c</id>
      </parent>
    </parents>
    <author>
      <name>Luca Guidi</name>
      <email>guidi.luca@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/a559c321578e688ea21f4b4365c724e24ebb86a3</url>
    <id>a559c321578e688ea21f4b4365c724e24ebb86a3</id>
    <committed-date>2009-09-24T15:24:36-07:00</committed-date>
    <authored-date>2009-09-24T15:24:36-07:00</authored-date>
    <message>Prevent potentially race condition when using the mutex ivar</message>
    <tree>87beaa80869b31de2dc7b243a5064e8d7837d85d</tree>
    <committer>
      <name>Luca Guidi</name>
      <email>guidi.luca@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83637f80109a163eeda5c9f8978177f74c7b1483</id>
      </parent>
    </parents>
    <author>
      <name>Luca Guidi</name>
      <email>guidi.luca@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/4f69ba1bbc7555bcd984603360518abcd892354c</url>
    <id>4f69ba1bbc7555bcd984603360518abcd892354c</id>
    <committed-date>2009-09-24T01:45:42-07:00</committed-date>
    <authored-date>2009-09-24T01:45:42-07:00</authored-date>
    <message>White spaces</message>
    <tree>9f3de734516551f183633fa40c0e71e222779786</tree>
    <committer>
      <name>Luca Guidi</name>
      <email>guidi.luca@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d34c3b7f04aca6f17afd171bac3bd026f6f4599</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Bates</name>
      <email>joshuabates@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/83637f80109a163eeda5c9f8978177f74c7b1483</url>
    <id>83637f80109a163eeda5c9f8978177f74c7b1483</id>
    <committed-date>2009-09-22T12:55:33-07:00</committed-date>
    <authored-date>2009-09-14T23:48:38-07:00</authored-date>
    <message>Add a thread_safe option

Signed-off-by: ezmobius &lt;ez@engineyard.com&gt;</message>
    <tree>25e557b24d0b5ed6927aba758c0c311187eff666</tree>
    <committer>
      <name>ezmobius</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2c2e67ae232deb25f11c580e81013baf91e1fa65</id>
      </parent>
    </parents>
    <author>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/8d34c3b7f04aca6f17afd171bac3bd026f6f4599</url>
    <id>8d34c3b7f04aca6f17afd171bac3bd026f6f4599</id>
    <committed-date>2009-09-16T20:44:00-07:00</committed-date>
    <authored-date>2009-09-16T20:44:00-07:00</authored-date>
    <message>link to the CI build</message>
    <tree>699d9cbc0813b8ea4e6f5886084a1f0d156dd24b</tree>
    <committer>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a69afb380d6ec1597fef9f7bebf6eafa78c83b2</id>
      </parent>
    </parents>
    <author>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/2c2e67ae232deb25f11c580e81013baf91e1fa65</url>
    <id>2c2e67ae232deb25f11c580e81013baf91e1fa65</id>
    <committed-date>2009-09-16T20:34:13-07:00</committed-date>
    <authored-date>2009-09-16T20:34:13-07:00</authored-date>
    <message>back off on the install</message>
    <tree>3517e28586e05aee8a6d0a91b74dede368deff3f</tree>
    <committer>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7cf87acf04ba1d84ed344f51bd9278e4498dc2f5</id>
      </parent>
    </parents>
    <author>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/1a69afb380d6ec1597fef9f7bebf6eafa78c83b2</url>
    <id>1a69afb380d6ec1597fef9f7bebf6eafa78c83b2</id>
    <committed-date>2009-09-16T20:01:38-07:00</committed-date>
    <authored-date>2009-09-16T20:01:38-07:00</authored-date>
    <message>doing it live</message>
    <tree>c8389f50c3602ace16f05ffc20f223621f3a2fa9</tree>
    <committer>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>308c4e3fb7df212cd4c9f06260bd68a3566cb53c</id>
      </parent>
    </parents>
    <author>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/7cf87acf04ba1d84ed344f51bd9278e4498dc2f5</url>
    <id>7cf87acf04ba1d84ed344f51bd9278e4498dc2f5</id>
    <committed-date>2009-09-16T19:37:42-07:00</committed-date>
    <authored-date>2009-09-16T19:37:42-07:00</authored-date>
    <message>Get the build automated, so you that before/after start and stop redis</message>
    <tree>3517e28586e05aee8a6d0a91b74dede368deff3f</tree>
    <committer>
      <name>Rob Sanheim</name>
      <email>rsanheim@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9c83dab2773c3e683759d855671a18700c40890</id>
      </parent>
    </parents>
    <author>
      <name>Luca Guidi</name>
      <email>guidi.luca@gmail.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/308c4e3fb7df212cd4c9f06260bd68a3566cb53c</url>
    <id>308c4e3fb7df212cd4c9f06260bd68a3566cb53c</id>
    <committed-date>2009-09-02T07:44:56-07:00</committed-date>
    <authored-date>2009-09-02T07:44:56-07:00</authored-date>
    <message>Array#each is more efficient than #inject</message>
    <tree>9f2694d4fb484519cb024b624cef41db6a6cde20</tree>
    <committer>
      <name>Luca Guidi</name>
      <email>guidi.luca@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c6ba3fb724cccd4bbe6c2ba09d4aba4f1faf366</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/b9c83dab2773c3e683759d855671a18700c40890</url>
    <id>b9c83dab2773c3e683759d855671a18700c40890</id>
    <committed-date>2009-08-15T17:50:52-07:00</committed-date>
    <authored-date>2009-08-15T17:50:52-07:00</authored-date>
    <message>interpolation is faster the concatenation(+)</message>
    <tree>5c72bb2248cd787b85d5d6c2447e94b2ec335cee</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc6a114c8a53f88c2f0aa045a6f9b07e136c3106</id>
      </parent>
      <parent>
        <id>e1f4566a8d2c5bdd3015e58a9319bd29a5df2b04</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/9c6ba3fb724cccd4bbe6c2ba09d4aba4f1faf366</url>
    <id>9c6ba3fb724cccd4bbe6c2ba09d4aba4f1faf366</id>
    <committed-date>2009-08-15T17:40:40-07:00</committed-date>
    <authored-date>2009-08-15T17:40:40-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/defunkt/redis-rb

* 'master' of git://github.com/defunkt/redis-rb:
  Fix a bug in mapped_mget
  Add mapped_mget to emulate MemCache#get_multi (return hash of key =&gt; value)
  whitespace
  Return true or false from boolean processor. Makes most specs pass again.
  add DistRedis#flush_all and DistRedis#flush_db
  add on_each_node helper
  Remove redundant :db option
  whitespace
  add Redis#server to grab host:port
  Fix dtach sourceforge download url</message>
    <tree>f6d168877808ffe981e4cf065267767bf857b33d</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6bba36ab9b1e3b4fba022c455bf9d74b1825f656</id>
      </parent>
    </parents>
    <author>
      <name>David Dai</name>
      <email>david@affinitylabs.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/dc6a114c8a53f88c2f0aa045a6f9b07e136c3106</url>
    <id>dc6a114c8a53f88c2f0aa045a6f9b07e136c3106</id>
    <committed-date>2009-08-15T16:31:36-07:00</committed-date>
    <authored-date>2009-08-15T16:31:36-07:00</authored-date>
    <message>Fix HashRing#remove_node undefined local variable count.  Also removes node form @nodes list.</message>
    <tree>963bc54c86c29c6680f8ff53f6eb72d6ef0fc3d6</tree>
    <committer>
      <name>David Dai</name>
      <email>david@affinitylabs.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3bce1d3fee943ab3b5a6be11ab4b1017172f91c</id>
      </parent>
      <parent>
        <id>6bba36ab9b1e3b4fba022c455bf9d74b1825f656</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/e1f4566a8d2c5bdd3015e58a9319bd29a5df2b04</url>
    <id>e1f4566a8d2c5bdd3015e58a9319bd29a5df2b04</id>
    <committed-date>2009-08-15T09:58:59-07:00</committed-date>
    <authored-date>2009-08-15T09:58:59-07:00</authored-date>
    <message>Merge commit 'ezra/master'</message>
    <tree>68d51aa1efb9ececbe54742cd06cc8c994a8e7e2</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>708f805cfe708f1d6008df94b2d70eec79d1e5f0</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/a3bce1d3fee943ab3b5a6be11ab4b1017172f91c</url>
    <id>a3bce1d3fee943ab3b5a6be11ab4b1017172f91c</id>
    <committed-date>2009-08-15T01:09:22-07:00</committed-date>
    <authored-date>2009-08-15T01:09:22-07:00</authored-date>
    <message>Fix a bug in mapped_mget</message>
    <tree>a67c60f94138d0a3b6f9787d87d4f177f9f9d6de</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c30f4802b89f4a4e75f5179ff9c0a353ca3d5633</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/708f805cfe708f1d6008df94b2d70eec79d1e5f0</url>
    <id>708f805cfe708f1d6008df94b2d70eec79d1e5f0</id>
    <committed-date>2009-08-15T01:07:27-07:00</committed-date>
    <authored-date>2009-08-15T01:07:27-07:00</authored-date>
    <message>Add mapped_mget to emulate MemCache#get_multi (return hash of key =&gt; value)</message>
    <tree>bf94bb8c74e813c1e4496a99e9f1f61f6cc55585</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34cd0087eaa962d6baae5362202aaf221e8176a4</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/c30f4802b89f4a4e75f5179ff9c0a353ca3d5633</url>
    <id>c30f4802b89f4a4e75f5179ff9c0a353ca3d5633</id>
    <committed-date>2009-08-15T00:50:55-07:00</committed-date>
    <authored-date>2009-08-15T00:50:55-07:00</authored-date>
    <message>whitespace</message>
    <tree>c2777ed4ca4193d50cc33f88f60de1ee81a639ac</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe05077fd9352b021f3d5735eb173c8629bf3923</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/34cd0087eaa962d6baae5362202aaf221e8176a4</url>
    <id>34cd0087eaa962d6baae5362202aaf221e8176a4</id>
    <committed-date>2009-08-15T00:50:49-07:00</committed-date>
    <authored-date>2009-08-15T00:50:49-07:00</authored-date>
    <message>Return true or false from boolean processor. Makes most specs pass again.</message>
    <tree>cc050f94e70ec4403fb3e9a8869b7d0d2629de76</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d5926b7852dc44fd33fa1cd0b6fc000a2196562</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/fe05077fd9352b021f3d5735eb173c8629bf3923</url>
    <id>fe05077fd9352b021f3d5735eb173c8629bf3923</id>
    <committed-date>2009-08-15T00:28:03-07:00</committed-date>
    <authored-date>2009-08-15T00:28:03-07:00</authored-date>
    <message>add DistRedis#flush_all and DistRedis#flush_db</message>
    <tree>b17c460e2b894cb33dd6b065c2576abd2c1ff58c</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>43c8762edcfa06c94a064bee17608b247a166d48</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/6d5926b7852dc44fd33fa1cd0b6fc000a2196562</url>
    <id>6d5926b7852dc44fd33fa1cd0b6fc000a2196562</id>
    <committed-date>2009-08-15T00:26:58-07:00</committed-date>
    <authored-date>2009-08-15T00:26:58-07:00</authored-date>
    <message>add on_each_node helper</message>
    <tree>0359cf9cb607d6de41bf5fcdef548cf800319ecd</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ca6a516ba5e17f180919afa2c9349419b97a4195</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/43c8762edcfa06c94a064bee17608b247a166d48</url>
    <id>43c8762edcfa06c94a064bee17608b247a166d48</id>
    <committed-date>2009-08-15T00:25:38-07:00</committed-date>
    <authored-date>2009-08-15T00:25:38-07:00</authored-date>
    <message>Remove redundant :db option</message>
    <tree>063d00827a4dddb5ea5417bbebe48c5d61042da9</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c224f77a4189b75d4945e24ccd41ca7d5d44b3d</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/ca6a516ba5e17f180919afa2c9349419b97a4195</url>
    <id>ca6a516ba5e17f180919afa2c9349419b97a4195</id>
    <committed-date>2009-08-15T00:25:25-07:00</committed-date>
    <authored-date>2009-08-15T00:25:25-07:00</authored-date>
    <message>whitespace</message>
    <tree>d1b9e65faca7fff7623f758529ca1efc06cbee52</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2f60d23787f81f91680c4b54397b48097985315</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/8c224f77a4189b75d4945e24ccd41ca7d5d44b3d</url>
    <id>8c224f77a4189b75d4945e24ccd41ca7d5d44b3d</id>
    <committed-date>2009-08-15T00:09:01-07:00</committed-date>
    <authored-date>2009-08-15T00:09:01-07:00</authored-date>
    <message>add Redis#server to grab host:port</message>
    <tree>8167bf8101f73a79d5600008dc2d87363c07b0d3</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>203cc429507b6a332710550e85da05289796c644</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/b2f60d23787f81f91680c4b54397b48097985315</url>
    <id>b2f60d23787f81f91680c4b54397b48097985315</id>
    <committed-date>2009-08-14T23:57:24-07:00</committed-date>
    <authored-date>2009-08-14T23:57:24-07:00</authored-date>
    <message>Fix dtach sourceforge download url</message>
    <tree>b55aab9274dc90861305e63cd91731e66a816905</tree>
    <committer>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>203cc429507b6a332710550e85da05289796c644</id>
      </parent>
    </parents>
    <author>
      <name>brianmckinney</name>
      <email>brian@realitycontainment.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/6bba36ab9b1e3b4fba022c455bf9d74b1825f656</url>
    <id>6bba36ab9b1e3b4fba022c455bf9d74b1825f656</id>
    <committed-date>2009-08-11T10:43:33-07:00</committed-date>
    <authored-date>2009-08-11T10:43:33-07:00</authored-date>
    <message>Ruby 1.9 fix: Write correct bulk size in bytes</message>
    <tree>9a5d355b13c165d3056fcda4ed9707403066cdc5</tree>
    <committer>
      <name>brianmckinney</name>
      <email>brian@realitycontainment.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b7062a8a0797b74191ac571c9de54eb5a5b0804</id>
      </parent>
    </parents>
    <author>
      <name>Bryan Helmkamp</name>
      <email>bryan@brynary.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/203cc429507b6a332710550e85da05289796c644</url>
    <id>203cc429507b6a332710550e85da05289796c644</id>
    <committed-date>2009-07-27T12:09:02-07:00</committed-date>
    <authored-date>2009-07-27T11:59:19-07:00</authored-date>
    <message>Allow passing in a logger</message>
    <tree>880e631c97f7cf06e677a6385335a67cf1e87dbd</tree>
    <committer>
      <name>Noah Davis and Bryan Helmkamp</name>
      <email>developers@weplay.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1613a331dd476d21e61295648fc5bc5c74b774f0</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/7b7062a8a0797b74191ac571c9de54eb5a5b0804</url>
    <id>7b7062a8a0797b74191ac571c9de54eb5a5b0804</id>
    <committed-date>2009-07-23T10:25:30-07:00</committed-date>
    <authored-date>2009-07-23T10:25:30-07:00</authored-date>
    <message>changing gem name to  plain old redis</message>
    <tree>f7255d73564b0e29736fa4c61d20d45dc98dc81c</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e90eb5ea5139ba847a06acd09574994e8e501c1</id>
      </parent>
    </parents>
    <author>
      <name>Brian McKinney</name>
      <email>brian@elerium.local</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/1613a331dd476d21e61295648fc5bc5c74b774f0</url>
    <id>1613a331dd476d21e61295648fc5bc5c74b774f0</id>
    <committed-date>2009-07-16T12:06:37-07:00</committed-date>
    <authored-date>2009-07-16T12:06:37-07:00</authored-date>
    <message>Fix for SORT key being downcased</message>
    <tree>4845a212fffd50caf26d3b5174e4bc372a8cdcaf</tree>
    <committer>
      <name>Brian McKinney</name>
      <email>brian@elerium.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0e4bb9bdc0a341ea25874284fa11bb013f1cc7f</id>
      </parent>
    </parents>
    <author>
      <name>Adam Wiggins</name>
      <email>adam@heroku.com</email>
    </author>
    <url>http://github.com/brynary/redis-rb/commit/0e90eb5ea5139ba847a06acd09574994e8e501c1</url>
    <id>0e90eb5ea5139ba847a06acd09574994e8e501c1</id>
    <committed-date>2009-06-25T17:37:15-07:00</committed-date>
    <authored-date>2009-06-25T17:37:15-07:00</authored-date>
    <message>[] calls self.get explicitly to avoid Sinatra collision</message>
    <tree>0c45b2ff2d1e8c4d2c622d2456749fcab3c80833</tree>
    <committer>
      <name>Adam Wiggins</name>
      <email>adam@heroku.com</email>
    </committer>
  </commit>
</commits>
