pip install dicedb
Clone the repository and install the package:
$ git clone https://github.com/un4gt/dicedb.git --depth 1 --branch main
$ uv sync
$ uv buid
command | description |
---|---|
decr |
DECRBY |
decrby |
DECRBY |
delete |
DEL |
echo |
ECHO |
exists |
EXISTS |
expire |
EXPIRE |
expire_at |
EXPIREAT |
expire_time |
EXPIRETIME |
flushdb |
FLUSHDB |
get |
GET |
get_del |
GET_DEL |
get_ex |
GET_EX |
hget |
HGET |
hget_all |
HGETALL |
hset |
HSET |
incr_by |
INCRBY |
incr |
INCRBY |
ping |
PING |
ttl |
TTL |
typeof |
TYPE |
set |
SET |
- More documentation/tests/examples
- Support for all commands
- Connection pool
- Support for async
PRs and issues are welcome!