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.4.tar.gz
(3.1 kB
view details)
File details
Details for the file ssdb.py-0.1.4.tar.gz
.
File metadata
- Download URL: ssdb.py-0.1.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cfacd1d7526ace4bbc93268094d9ca70b7fe4daad089052f4167da38752009f |
|
MD5 | 831042cc30bac3539cf86890b959a68f |
|
BLAKE2b-256 | 995570513f60ef623410cbaa2aaf99d6a50698d775b127801f6247dab5251df6 |