Skip to main content

A simple UDP Memcached client written in Python.

Project description

https://img.shields.io/pypi/v/python-memcached-udp.svg https://travis-ci.org/idanmo/python-memcached-udp.svg?branch=master

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


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

python_memcached_udp-0.2a0-py2-none-any.whl (4.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page