Skip to content

thebigjc/pym

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

example :

smartclient = VBucketAwareMembaseClient
# the constructor should take "http://10.20.30.40:8091/pools/","bucket"
# currently the constuctor takes a python dictionary
# v = VBucketAwareMembaseClient("http://10.20.30.40:8091/pools/default","default")
# v.set("key1",0,0,"value1")
# v.get("key1")

# server = {"ip":"localhost","port":8091,"username":"Administrator","password":"password"}
rest management api : RestConnection(server)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%