Result - 返回值的类型
The type of result
public static interface JedisTemplate.RedisBlock<Result>
要在 redis 中做的操作
The operations will be did in redis
Result doInRedis(redis.clients.jedis.Jedis jedis)
要在 redis 中做的操作
The operations will be did in redis
jedis - 获得的 jedis 资源
The real tool to do operations
返回执行的结果
Return result
Copyright © 2019. All Rights Reserved.