Skip to main content

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', '10')
print c.keys('a', 'z', '100')
print c.get('z')

For the full list of SSDB commands, please check out this wiki page.

Project details


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.1.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file pyssdb-0.0.1.tar.gz.

File metadata

  • Download URL: pyssdb-0.0.1.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyssdb-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a54315673dd9261499654aec370347c098491f9c1660a3b8f1b9b945d065f4be
MD5 a2c78b7c5b09b7b622d6ded1f7ab3b4a
BLAKE2b-256 76c9f934d19370beb0e3944819d7acf1d4a4426765e4db4e97ea4b17694421f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page