Hunt Cache is a D language cache framework that supports L2cache,
and now supports Redis, Memcache, Memory, RocksDB. at the back of
the cache.
This version changes:
1. Radix based Memory driver
2. Using Hunt Redis as Redis backend
3. Support Redis Cluster
4. Redis allow set DB
On Tuesday, 26 November 2019 at 04:22:49 UTC, zoujiaqing wrote:
Hunt Cache is a D language cache framework that supports
L2cache, and now supports Redis, Memcache, Memory, RocksDB. at
the back of the cache.
Code for DLang:
https://code.dlang.org/packages/hunt-cache
Reposiroty for Github:
ht