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.3.tar.gz
(3.0 kB
view details)
File details
Details for the file ssdb.py-0.1.3.tar.gz
.
File metadata
- Download URL: ssdb.py-0.1.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6effb7acfea406562c1454459c535442475e901db4f8e68f64d8f853913821 |
|
MD5 | 7bfb741b3feabc98f6b9c01258fd5128 |
|
BLAKE2b-256 | 44872570f16517ce394c3e10d475d03a9a75bd71d010553adf07214c08e83c5e |