с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
git clone https://github.com/dop3file/cash.git
docker build -t cash .
docker run -d -p 8001:8001 --name cash cash
RDB - [❌]
AOF - [❌]
Scripting - [✅]
Pub/sub - [❌]
Cluster - [❌]
Transactions - [❌]