Skip to content

dop3file/cash

Repository files navigation

cash

Cash logo

сash - in-memory key-value database written on Python.

This is analog of Redis / Memcached / KeyDB and other.

Cash is single-threaded database, support snapshot savig, with async database server and other cool stuff.

Minimum required dependencies!

Cash have support Python scripting

Installation

git clone https://github.com/dop3file/cash.git
docker build -t cash .
docker run -d -p 8001:8001 --name cash cash

TODO:

RDB - [❌]
AOF - [❌]
Scripting - [✅]
Pub/sub - [❌]
Cluster - [❌]
Transactions - [❌]

About

Cash - in-memory key-value database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published