diff options
author | antirez <antirez@gmail.com> | 2009-03-26 17:23:51 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-03-26 17:23:51 +0100 |
commit | f2aa84bd638b8d18e80531abfd7191f5d0a58c71 (patch) | |
tree | 7252fec8e0b63fa0192f99d333af7116027c23aa /.gitignore | |
parent | e63943a4502a8173d395ccd273eebf0787090d9c (diff) | |
download | redis-f2aa84bd638b8d18e80531abfd7191f5d0a58c71.tar.gz |
Lua client added thanks to Daniele Alessandri
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c8a56bc70..56c27fdd6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ redis-benchmark doc-tools mkrelease.sh release +myredis.conf |