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.2.tar.gz
(3.4 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.2.tar.gz.
File metadata
- Download URL: openkache-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccaff4548d173dac94bf31add9e1a003df0a55e6c710debf56d91e4ec2c84144
|
|
| MD5 |
aee9155329397518deee57e828f7ae93
|
|
| BLAKE2b-256 |
2d29132e87b4fa98edda1fe31543b159241a0b0a8e5bfc2ac5a5e703bf29dd80
|
File details
Details for the file openkache-0.0.2-py3-none-any.whl.
File metadata
- Download URL: openkache-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccead2ad7be163042a834dc604da4ee17ac27fa4e38f2d1b2aa0a1cf8d723310
|
|
| MD5 |
bcef52e383d6b4ab64cc2fb20252900a
|
|
| BLAKE2b-256 |
ca6934cc9e11c1fa721a74df4a08955d3a89a0233d252edeee6fe6853216f47b
|