dabroek / node-cache-manager-ioredis

Redis store for node-cache-manager using IORedis.
MIT License
59 stars 29 forks source link

Is there any support for mget? #17

Closed Leulz closed 3 years ago

Leulz commented 3 years ago

I am trying to understand how these cache-manager stores work.

I need to use the ioredis store mainly because I need support for cluster mode, but my understanding is that using this store I just can't use mget? Only the most basic commands. Is that correct?

Leulz commented 3 years ago

Nevermind, I eventually understood that Redis in Cluster Mode does not support mget.