Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

shelocks/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

 
 
 

Contributors

Languages