I'm suggesting a new herbs glue for storing and fetching entities in an in-memory database
Initially, the idea is to build the glue for Memcached and then replicate it for Redis as well.
Here is the first (and not optimized) alpha version: https://github.com/jhomarolo/herbs2memcached/tree/main/testdb
I thought about replicating the methods (set, setmulti, get, getmulti) and still doing some abstractions like getAll and getbyId.
Additionally, I'm trying to resolve a known timeout issue in the Memcached library (3rd-Eden/memcached#199)
Feedbacks are welcome
I'm suggesting a new herbs glue for storing and fetching entities in an in-memory database
Initially, the idea is to build the glue for Memcached and then replicate it for Redis as well.
Here is the first (and not optimized) alpha version: https://github.com/jhomarolo/herbs2memcached/tree/main/testdb
I thought about replicating the methods (set, setmulti, get, getmulti) and still doing some abstractions like getAll and getbyId.
Additionally, I'm trying to resolve a known timeout issue in the Memcached library (3rd-Eden/memcached#199)
Feedbacks are welcome