Changeset 83
- Timestamp:
- 08/08/03 22:35:33 (5 years ago)
- Files:
-
- trunk/CONTRIBUTORS (modified) (1 diff)
- trunk/api/python (added)
- trunk/api/python/ChangeLog (added)
- trunk/api/python/DISTNOTES (added)
- trunk/api/python/MANIFEST (added)
- trunk/api/python/PKG-INFO (added)
- trunk/api/python/memcache.py (added)
- trunk/api/python/setup.py (added)
- trunk/api/python/tests (added)
- trunk/api/python/tests/pooltest.py (added)
- trunk/website/apis.bml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CONTRIBUTORS
r70 r83 11 11 -- memory allocator design 12 12 13 Evan Martin e <evan@danga.com>13 Evan Martin <martine@danga.com> 14 14 -- automake/autoconf support 15 -- Python client 15 16 16 17 Ryan <hotrodder@rocketmail.com> trunk/website/apis.bml
r77 r83 20 20 21 21 <p>An object-oriented PHP module modelled after the Perl one is also 22 included in the distribution.</p> 22 included in the distribution. It includes freeze/thaw support for serializing 23 objects (like Perl's Storable).</p> 23 24 24 25 <ul> … … 33 34 respectively.</p> 34 35 36 <?h1 Python API h1?> 37 38 <p>An object-oriented Python module modelled after the Perl one is also 39 included in the distribution. It includes Pickle/cPickle support (like Perl's Storable).</p> 40 41 <ul> 42 <li><a href="dist/python-memcached-1.1.tar.gz">python-memcached-1.1.tar.gz</a>, Python license. 43 [<a href="http://cvs.danga.com/browse.cgi/wcmtools/memcached/api/python/ChangeLog?rev=HEAD&content-type=text/plain">ChangeLog</a>] 44 </ul> 45 46 <p>The Python API, while in use and tested, has not experienced the same 47 level of severe beating as the Perl module in heavy production. 48 Please let us know your experiences with it, good or bad, so we can 49 either remove this disclaimer, or fix any problems you find, 50 respectively.</p> 51 52 35 53 <?h1 Java API h1?> <p>Volunteers? (I imagine it storing ints, 36 54 Strings, and Objects implementing the Serializable interface, just 37 55 like the Perl API does using Storable)</p> 56 38 57 39 58 <?h1 Protocol h1?> <p>To write a new client, check out the <a
