diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:19 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:49 +0700 |
commit | 21d2f67b66994b33c3e38e9045b4a2edbb9832b5 (patch) | |
tree | f8b00ac6ffa84e11936874d5c0fbcb9f384fefce /python/python2-memcached/README | |
parent | 3635a560db742506639b41e3967acb783b6d906f (diff) |
python/python-memcached: Renamed python2-memcached.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-memcached/README')
-rw-r--r-- | python/python2-memcached/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python2-memcached/README b/python/python2-memcached/README new file mode 100644 index 0000000000000..80f55a7514f1e --- /dev/null +++ b/python/python2-memcached/README @@ -0,0 +1,4 @@ +This software is a 100% Python interface to the memcached memory +cache daemon. It is the client side software which allows storing +values in one or more, possibly remote, memcached servers. Search +google for memcached for more information. |