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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2

File details

Details for the file python_memcached_udp-0.2a0-py2-none-any.whl.

File metadata

File hashes

Hashes for python_memcached_udp-0.2a0-py2-none-any.whl
Algorithm Hash digest
SHA256 4e00e9b4dd1bf66049779ccb8a257be403233afe4cb03e436ffc3fbdee531973
MD5 ee9b67848a5c6b3577a1cdaf3c88462a
BLAKE2b-256 9445779c9abd619ec76daff927ea210ba708463d7b3719a2913016be1b00695a

See more details on using hashes here.

Supported by

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