An open API service indexing awesome lists of open source software.

https://github.com/dgheroin/store

易用的链式存储kv store 避免在缓存与持久化里沉沦, 减少心智负担
https://github.com/dgheroin/store

boltdb go kvchain kvdb kvstore leveldb redis s3 storechain

Last synced: 5 months ago
JSON representation

易用的链式存储kv store 避免在缓存与持久化里沉沦, 减少心智负担

Awesome Lists containing this project

README

        

# store

```
易用的链式存储kv store
避免在缓存与持久化里沉沦, 减少心智负担
```

```
read
-> memory
-> redis
-> [kvdb/asw s3]

write
-> [kvdb/asw s3]
-> redis
-> memory
```