Rebis client for Python
Project description
Rebis python client
An example of how to use Rebis client in python.
from rebis import RebisClient, RebisQuery
client = RebisClient("localhost", 6666)
rebis = RebisQuery(client)
rebis.set("key", "value")
rebis.get("key")
rebis.delete("key")
rebis.reset()
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
rebis-0.1.0.tar.gz
(1.7 kB
view details)
Built Distribution
rebis-0.1.0-py3-none-any.whl
(1.9 kB
view details)
File details
Details for the file rebis-0.1.0.tar.gz
.
File metadata
- Download URL: rebis-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5dc1ca3e4b6aeb4499108e64d989bdb923187c97b245ee6e73705ed2105b8e2a
|
|
MD5 |
5534cd206fd1224bd62f965acd6e0914
|
|
BLAKE2b-256 |
157e0866c27352625d0a3c44ad20d9d75bce0e0ba0360bf308eb163c6efd7859
|
File details
Details for the file rebis-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: rebis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
70308d052a4f7f1d53e1e0c9f2cc7f2fcddb960425ba8c3c183227045eebfb41
|
|
MD5 |
336031a171d6bc803697762b17a1d113
|
|
BLAKE2b-256 |
29a4b8d149c2d60b988b3bbf5d5fb344ea846a13fe91e11fa9252169b9fac956
|