Welcome
Oh-My-PickleDB is a lightweight and simple key-value store.
It is built upon Python's
json
module and was inspired by
redis. It is licensed
with the BSD three-clause license.
Usage example
Easy installation
$ pip install oh-my-pickledb
$ git clone https://github.com/tory1103/oh-my-pickledb.git
Any troubles?
You can look at our documentation
here.
Oh-My-PickleDB was written by
Adrián Toral.
If you would like to file an issue report or fork the project, check out the
Github Repository.
PickleDB got its name from Python's "pickle" module, which it previously used.
However, now pickleDB uses the "json" module. It is faster and cleaner.
But the name stuck!