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.zip
(25.3 kB
view details)
Built Distributions
umemcache-1.6.win32-py2.7.exe
(209.0 kB
view details)
umemcache-1.6.win32-py2.6.exe
(209.3 kB
view details)
File details
Details for the file umemcache-1.6.zip
.
File metadata
- Download URL: umemcache-1.6.zip
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545cdebaf93007641eca1dc90113ef14d3d23080baf7a9c4c4aafd00b58927cd |
|
MD5 | d4640176947ce585aadf9ce60d7dcb38 |
|
BLAKE2b-256 | 5aafe5cfd3914b2090b8bac1f13b2213888c3a49cabeb355813ffd0510a65151 |
File details
Details for the file umemcache-1.6.win32-py2.7.exe
.
File metadata
- Download URL: umemcache-1.6.win32-py2.7.exe
- Upload date:
- Size: 209.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19c543beeaba22040a933810ffbc27f4c90eec42cd49f2c5387e32cb8887e88c |
|
MD5 | de6d99d9ccaafba3e5f5584838fa76fa |
|
BLAKE2b-256 | 4e3352b54467349b1345ead34fe6ac694c10e6032fb185daef9609b9202044f6 |
File details
Details for the file umemcache-1.6.win32-py2.6.exe
.
File metadata
- Download URL: umemcache-1.6.win32-py2.6.exe
- Upload date:
- Size: 209.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d4c963c165e6077afe733aa8ee1c94f2575e93fd59c8f5dbe55591e86aaa4d |
|
MD5 | 8f20100a8d291fc371df32c54a2c7807 |
|
BLAKE2b-256 | ac7f3bcac77d3a9e7b0ec4f3dd70d8c6024421170c8b35fa17028c6aa9cd52da |