I'm using Redis with Express Session as the store. I'm considering using ReJSON for additional caching, and I found a Gist to install the ReJSON module on Ubuntu, but I have questions:If I install the module, am I able to access Redis and ReJSON separate? I'm assuming so, via their respective Node packages.I'm using Docker in development, and while there's an official package for ReJSON, would that be ReJSON on its own, or with Redis? I know how that reads, but I'm not too familiar with Redis, and I have to be certain before taking the plunge — it wouldn't be the first time I've gone ahead with something to then find out: "Yeah, when you install X, you won't have access to Y and Z."
Submitted August 14, 2020 at 09:51AM by WayneSmallman
No comments:
Post a Comment