OpenKache client — 10x cheaper and faster than Redis
Project description
OpenKache
OpenKache client — 10x cheaper and faster than Redis.
A Python client for OpenKache, the SSD cache server.
Installation
pip install openkache
Quick Start
from openkache import OpenKacheClient
client = OpenKacheClient()
client.connect("127.0.0.1", 7123)
client.set("key", b"value", ttl=3600)
value = client.get("key")
client.close()
License
AGPL-3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openkache-0.0.1.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openkache-0.0.1.tar.gz.
File metadata
- Download URL: openkache-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c384f0bac43704837b06be8f7c85886920cd0c3d4657a8b39e673763fbe01d76
|
|
| MD5 |
6823bec7c0ca5ba754890420b4efbbbf
|
|
| BLAKE2b-256 |
320eb0f80b988e12633119f94c34281f5e8c1befb4b7313b907ee5cdc7cc59cd
|
File details
Details for the file openkache-0.0.1-py3-none-any.whl.
File metadata
- Download URL: openkache-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cfad136678fc1b19529894c819f503779d6c1913f24b08ba306260be18ed8b0
|
|
| MD5 |
464a32892e08d01e360aecc77fd90537
|
|
| BLAKE2b-256 |
55d8c9a526c0cbaebe90517cab47a938bea19a89587fd9f9aa21c0ff61537355
|