Skip to content

relekang/memoris-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memoris-client

A client for memoris a key-value store api

Usage

There is two possible ways to use the client. Command line or by python code

$ memoris <key> #get
$ memoris <key> <value> #set
$ memoris h <name> #get all in hash
$ memoris h <name> <key> #get key in hash
$ memoris h <name> <key> <value> #set key i hash

If you are using the client in your own python code just import the helper and initialize it.

from memoris.helpers import Memoris
m = Memoris()

Configuration

Memoris will look for configuration in ~/.memorisrc

Sample configuration

[memoris]
url=http://n.lkng.me

About

A client for memoris a key-value store api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages