A SSDB Client Library for Python.
Project description
Description
A SSDB Client Library for Python.
Installation
$ pip install pyssdb --upgrade
Usage
import pyssdb c = pyssdb.Client() print c.set('key', 'value') print c.get('key') import string for i in string.ascii_letters: c.incr(i) print c.keys('a', 'z', 1) print c.keys('a', 'z', 10) print c.get('z')
For the full list of SSDB commands, please check out this wiki page.
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
pyssdb-0.0.2.tar.gz
(2.2 kB
view details)
File details
Details for the file pyssdb-0.0.2.tar.gz
.
File metadata
- Download URL: pyssdb-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98e60682ea574dd0c8ce978b79e1443bc103998435609902b48ee90394641618 |
|
MD5 | da7050e43e69f8089a2b3679c26cf451 |
|
BLAKE2b-256 | 6b1f9caff1b8a1d320fa5e6d31a33fee32bedf17397ad51f1cc46184af3bc4d6 |