https://github.com/5monkeys/python-memcached
Yet another mirror of launchpad.net/python-memcached
https://github.com/5monkeys/python-memcached
Last synced: about 1 year ago
JSON representation
Yet another mirror of launchpad.net/python-memcached
- Host: GitHub
- URL: https://github.com/5monkeys/python-memcached
- Owner: 5monkeys
- Created: 2012-09-06T13:49:41.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-06T13:50:06.000Z (almost 14 years ago)
- Last Synced: 2025-03-21T10:13:21.935Z (about 1 year ago)
- Language: Python
- Homepage: http://www.tummy.com/Community/software/python-memcached/
- Size: 664 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
Awesome Lists containing this project
README
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.
This package was originally written by Evan Martin of Danga.
Please do not contact Evan about maintenance.
Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.