into git
authorJeremy Zawodny <Jeremy@Zawodny.com>
Wed, 17 Mar 2010 14:40:44 +0000 (07:40 -0700)
committerJeremy Zawodny <Jeremy@Zawodny.com>
Wed, 17 Mar 2010 14:40:44 +0000 (07:40 -0700)
commit5f35c12d2775be607a672d1e662c307f1ff690ce
tree59379369daccc872091be3000b773421dc7631fd
into git
15 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Redis.pm [new file with mode: 0644]
lib/Redis/Hash.pm [new file with mode: 0644]
lib/Redis/List.pm [new file with mode: 0644]
scripts/redis-benchmark.pl [new file with mode: 0755]
t/00-load.t [new file with mode: 0644]
t/01-Redis.t [new file with mode: 0755]
t/10-Redis-List.t [new file with mode: 0755]
t/20-Redis-Hash.t [new file with mode: 0755]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]