I have created a cache key on redis cluster with cacheKey as "citylist_[object Object]"
When i am trying to get the keys on cluster mode with pattern keys citylist*
on redis. It is returning me (empty array)
but when i am trying to get the value directly using get "citylist_[object Object]"
, it returns me the value.
how to search the keys using the pattern for above mentioned cache key.