outKey ,innerKey;

BoundHashOperations<String, Object, Object> hashOps = this.redisTemplate.boundHashOps(outKey );
String value = (String) hashOps.get(innerKey);