Skip to content

Latest commit

 

History

15 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Installation

python setup.py install

Usage

from olegdb import OlegDB, DEFAULT_HOST, DEFAULT_PORT

# default_host and default port are optional
connection = OlegDB()

connection.set("test", 123)
connection.get("test")

Thats the gist. There are a couple other methods, the code is pretty clear.

关于

Generic methods for interacting with OlegDB via the HTTP interface.

Resources

Stars

1 star

关注者

6 watching

复刻s

发布

Used by

贡献者

Languages