I want to store multiple keys with single value using jedis (Redis cache) with java.
I have three keys like user_1
, driver_10
, admin_5
and value = this is user
, and I want to get value by using any one key among those three.
I want to store multiple keys with single value using jedis (Redis cache) with java.
I have three keys like user_1
, driver_10
, admin_5
and value = this is user
, and I want to get value by using any one key among those three.