Relative Content

Tag Archive for javaredisjedisredisson

Put data with Redisson and Get with Jedis

I am new to Redis and have a scenario to put data to Redis using Redisson and get using Jedis (and vice versa). The data I am trying to maintain is Map<String, String>.