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.0.tar.gz
(2.7 kB
view details)
File details
Details for the file ssdb.py-0.1.0.tar.gz
.
File metadata
- Download URL: ssdb.py-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 607abdf7e84e377756f682a61358c4b38a73b1ff5eca6c1bea0b0f6ae057a64a |
|
MD5 | 50160c8a9ec55a7e5241c78a78e29f94 |
|
BLAKE2b-256 | 2a824cef6abe8139f92b616cb3c60c5fb35f8d560db52e0c2605910c0a1433fe |