A simple UDP Memcached client written in Python.
Project description
A simple UDP Memcached client implementation written in Python.
Implemented for my own needs, use at your own risk :-)
Python Compatibility
>= 2.7 (3 included)
Supported Operations
set
get
Installation
pip install https://github.com/idanmo/python-memcached-udp/archive/master.zip
Usage
import memcached_udp
client = memcached_udp.Client([('192.168.0.1', 11211), ('192.168.0.5', 11211)])
client.set('key1', 'value1')
r = client.get('key1')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_memcached_udp-0.2a0-py2-none-any.whl.
File metadata
- Download URL: python_memcached_udp-0.2a0-py2-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e00e9b4dd1bf66049779ccb8a257be403233afe4cb03e436ffc3fbdee531973
|
|
| MD5 |
ee9b67848a5c6b3577a1cdaf3c88462a
|
|
| BLAKE2b-256 |
9445779c9abd619ec76daff927ea210ba708463d7b3719a2913016be1b00695a
|