Hunt Cache 0.6.0 released, Distributed cache framework for Web application.

2019-11-25 Thread zoujiaqing via Digitalmars-d-announce
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

Re: Hunt Cache 0.6.0 released, Distributed cache framework for Web application.

2019-11-25 Thread zoujiaqing via Digitalmars-d-announce
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