Ssdb Python Client Library
Project description
Ssdb Python Client Library.
Sample
>>> from ssdb import SSDBClient
>>> c = SSDBClient(host='localhost', port=8888)
>>> c.set('key', 'val')
1
>>> c.get('key')
'val'
Source
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
ssdb.py-0.1.2.tar.gz
(2.8 kB
view details)
File details
Details for the file ssdb.py-0.1.2.tar.gz
.
File metadata
- Download URL: ssdb.py-0.1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9f8a962b438a101bbe48a8ddf6a978bcfa8d4efabd726dbb472fb6bb91878c9 |
|
MD5 | cd800a2473ea8af0138b0e105c2f1ba2 |
|
BLAKE2b-256 | b23df286f12dd0519c3dc796377e0268fa5dd5bb9bbba6425a2d39b64d125be5 |