Nicolas Hallaert
Nicolas Hallaert
@RichardWright Doesn't seems to be a real good choice of library (unactive, unused..). You can totally work with redis-streams (https://redis.io/topics/streams-intro) with ioredis. I am doing so & for what I...
@fraxken To fix redirection inside the document, here is a solution.   but at this point, the MD links overwrite the `href="#Introduction"`, so using the class `Introduction-ref` (as there...
@kriszyp 👋 went through the same issue using my [implementation](https://github.com/MyUnisoft/Redis/blob/v3.3.2/src/class/KVPeer.class.ts) Here is some minimal code. ```ts import { Packr } from "msgpackr"; const packr = new Packr({ maxSharedStructures: 8160, structures:...