python写轻量版redis
Litedis
Litedis 是一个轻量的、本地的、开箱即用的 NoSQL,实现了简单的 Redis 功能。可以是用在简单的项目和本地开发替代.
持久化
1 | |
相关API
String
1 | |
List
1 | |
Hash
1 | |
Set
1 | |
Zset
1 | |
python写轻量版redis
https://kingjem.github.io/2026/01/19/python写轻量版redis/
Litedis 是一个轻量的、本地的、开箱即用的 NoSQL,实现了简单的 Redis 功能。可以是用在简单的项目和本地开发替代.
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |