diff options
author | clsung <clsung@FreeBSD.org> | 2011-03-18 10:53:46 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-03-18 10:53:46 +0800 |
commit | efb275ec725354bed0e0939e85a0f8c68818b583 (patch) | |
tree | fd0428d6989a29ae147da8090ac8470a459811c9 /databases/Makefile | |
parent | 9ee6f0782a07846d45ec66a97818592a748318cb (diff) | |
download | freebsd-ports-gnome-efb275ec725354bed0e0939e85a0f8c68818b583.tar.gz freebsd-ports-gnome-efb275ec725354bed0e0939e85a0f8c68818b583.tar.zst freebsd-ports-gnome-efb275ec725354bed0e0939e85a0f8c68818b583.zip |
This is the Python interface to the Redis key-value store.
WWW: http://github.com/andymccurdy/redis-py/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index cb0a5d7590b5..7c2568e263d3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -677,6 +677,7 @@ SUBDIR += py-pysqlite23 SUBDIR += py-pytc SUBDIR += py-qt4-sql + SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdpipe SUBDIR += py-rrdtool_lgpl |