Skip to main content

Ultra fast memcache client written in highly optimized C++ with Python bindings

Project description

ultramemcache is an ultra fast Memcache client written in highly optimized C++ with Python bindings.

To install it just run Pip as usual:

$ pip install umemcache

ultramemcache provides a Client class you can use to interact with Memcache:

>>> import umemcache
>>> c = umemcache.Client('127.0.0.1:11211')
>>> c.connect()
>>> c.set('key', 'value')
'STORED'
>>> c.get('key')[0]
'value'

By design, ultramemcache limits the size of Memcache items to 1000*1000 bytes, but you can change this limitation by using the max_item_size argument when creating a Client class.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

umemcache-1.5.zip (25.2 kB view details)

Uploaded Source

Built Distributions

umemcache-1.5.win32-py2.7.exe (209.0 kB view details)

Uploaded Source

umemcache-1.5.win32-py2.6.exe (209.3 kB view details)

Uploaded Source

File details

Details for the file umemcache-1.5.zip.

File metadata

  • Download URL: umemcache-1.5.zip
  • Upload date:
  • Size: 25.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for umemcache-1.5.zip
Algorithm Hash digest
SHA256 d8276747d301e0fd8186ab3bd9847c4057328ef2fca08330e0eccf50f87bd4f0
MD5 b5abdd3f7fd9f4dba266f0a12dbc7b6d
BLAKE2b-256 51cd9fc5420b43179f3025d3590e81093e38c64dea8263dd337a0f76f0ade1a1

See more details on using hashes here.

File details

Details for the file umemcache-1.5.win32-py2.7.exe.

File metadata

File hashes

Hashes for umemcache-1.5.win32-py2.7.exe
Algorithm Hash digest
SHA256 8ff80bec64ef29bbf9349a8fc7a6991bbef030a79877028334d629cefc8f9d16
MD5 18b2b7ff407648f0382f66449344f61b
BLAKE2b-256 044433215253e02d5549522dcb71ac7f6bdc57da5486d6a142a7a8a84ebd2d49

See more details on using hashes here.

File details

Details for the file umemcache-1.5.win32-py2.6.exe.

File metadata

File hashes

Hashes for umemcache-1.5.win32-py2.6.exe
Algorithm Hash digest
SHA256 817823963ccc4124f99ebe5b2016e0047ef00342d141be809fdf6d61e5207eee
MD5 e7927d75fba2fb0754de73b760a31b9e
BLAKE2b-256 beae9a9ec0941e93558d82501fbfbdd27d872788dedcc4533034e83b0bcf5146

See more details on using hashes here.

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