diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:12:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:12:37 +0000 |
commit | 359ea5d1be9dc49afa44dbde0c588be524b2d499 (patch) | |
tree | 9857b4f307ccfa3c6932b4146bcfcc1cb08e2a88 /databases/py-python-binary-memcached/pkg-descr | |
parent | x11-fm/nemo: fix build on current (diff) |
Add py-python-binary-memcached 0.30.0
bmemcached is a pure python module (thread safe) to access memcached via it's
binary with SASL auth support.
The main purpose of this module it to be able to communicate with memcached
using binary protocol and support authentication, so it can work with Heroku for
example.
WWW: https://github.com/jaysonsantos/python-binary-memcached
Diffstat (limited to 'databases/py-python-binary-memcached/pkg-descr')
-rw-r--r-- | databases/py-python-binary-memcached/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/py-python-binary-memcached/pkg-descr b/databases/py-python-binary-memcached/pkg-descr new file mode 100644 index 000000000000..2a84fced4383 --- /dev/null +++ b/databases/py-python-binary-memcached/pkg-descr @@ -0,0 +1,8 @@ +bmemcached is a pure python module (thread safe) to access memcached via it's +binary with SASL auth support. + +The main purpose of this module it to be able to communicate with memcached +using binary protocol and support authentication, so it can work with Heroku for +example. + +WWW: https://github.com/jaysonsantos/python-binary-memcached |