I am using redis for pub / sub as well as for server side cache. I mean, on my application server, the redis server runs as a single process (functioning as a cache). I have several thin clients (the redis client is running) connected to this application server in pub / sub mode. I would like to know where redis stores cache data? in one server or there will be a copy in clients. It is also a good idea to use Redis in this way if you can connect to 100 redis clients through the server through the pub / subchannel.
thanks
caching scalability redis hazelcast
user3364247
source share