Relative Content

Tag Archive for redispublish-subscribego-redis

unsupported pubsub message: “invalidate”

I am trying to receive invalidation message from local redis setup using the client tracking feature in Redis. It basically publishes key that was updated in redis on “__redis__:invalidate” pubsub channel, so this key can be evicted from client side cache.