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.6.3.zip (26.1 kB view details)

Uploaded Source

Built Distributions

umemcache-1.6.3.win32-py2.7.exe (209.8 kB view details)

Uploaded Source

umemcache-1.6.3.win32-py2.6.exe (210.1 kB view details)

Uploaded Source

File details

Details for the file umemcache-1.6.3.zip.

File metadata

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

File hashes

Hashes for umemcache-1.6.3.zip
Algorithm Hash digest
SHA256 211031a03576b7796bf277dbc9c9e3e754ba066bbb7fb601ab5c6291b8ec1918
MD5 83884469660b4573420b75311b323e7b
BLAKE2b-256 f78f4e5f0db712ba1c0a94a9e35e14ed13bef1ab32f250778d97471e3da4bd49

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for umemcache-1.6.3.win32-py2.7.exe
Algorithm Hash digest
SHA256 150ae3e06d5b61e731eb8fb40b4016752774ec554a1362b5789a20b13a99534f
MD5 6fa154ee836e95576aa42f06690f6ac6
BLAKE2b-256 b1812c3f3de9b797938907b158696daf7805bb4ae66019d6a2a7f60be6a366cf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for umemcache-1.6.3.win32-py2.6.exe
Algorithm Hash digest
SHA256 244f47f82a4d5104826d8b4f397e4ef1d0796216832f7c9c32aebb8b41991675
MD5 bc6410e6df18f1207f247fd94623cead
BLAKE2b-256 dc778c1c1651921145da449d19ba26092f5e3a4e0688b2774a45774a458c93de

See more details on using hashes here.

Provenance

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