How to do effective search of json in JedisCluster in a spring boot applicationIf we have jedis cluster and i want to search on the basis of a key how can we do that effectively?Suppose I have an User object and i want to filter it based on user address how can i do that?
↧