Skip to content

Commit 7c4a8cc

Browse files
authored
Update RedisUtil.java
1 parent 997369f commit 7c4a8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RedisUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @author WangFan
1919
* @date 2018-01-28 上午11:03:50
20-
* @version 1.0 (GitHub:http://www.baidu.com)
20+
* @version 1.0 (GitHub: https://github.com/whvcse/RedisUtil )
2121
*/
2222
public class RedisUtil {
2323
private StringRedisTemplate redisTemplate;
@@ -1261,4 +1261,4 @@ public Long zSetIntersectAndStore(String key, Collection<String> otherKeys,
12611261
public Cursor<TypedTuple<String>> zSetScan(String key, ScanOptions options) {
12621262
return redisTemplate.opsForZSet().scan(key, options);
12631263
}
1264-
}
1264+
}

0 commit comments

Comments
 (0)