Skip to content

Commit

Permalink
Update RedisUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ele-admin authored Feb 1, 2018
1 parent 997369f commit 7c4a8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RedisUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author WangFan
* @date 2018-01-28 上午11:03:50
* @version 1.0 (GitHub:http://www.baidu.com)
* @version 1.0 (GitHub: https://github.com/whvcse/RedisUtil )
*/
public class RedisUtil {
private StringRedisTemplate redisTemplate;
Expand Down Expand Up @@ -1261,4 +1261,4 @@ public Long zSetIntersectAndStore(String key, Collection<String> otherKeys,
public Cursor<TypedTuple<String>> zSetScan(String key, ScanOptions options) {
return redisTemplate.opsForZSet().scan(key, options);
}
}
}

0 comments on commit 7c4a8cc

Please sign in to comment.