Skip to content

bossPia/ssdb-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssdb-py

A Python client for ssdb.

Installation

To install ssdb-py,simply

$ sudo python setup.py install

Getting Started

import ssdb
ssdb=ssdb.SSDB(host='127.0.0.1',port=8888)
ssdb.set('foo','bar')
r=ssdb.get('foo')

More use case can find in tests.

About

Python client for ssdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%