MCPcopy Create free account
hub / github.com/PlexPt/rocket-pt / sScan

Method sScan

src/main/java/com/rocketpt/server/util/RedisUtil.java:1012–1014  ·  view source on GitHub ↗

@param key @param options @return

(String key, ScanOptions options)

Source from the content-addressed store, hash-verified

1010 * @return
1011 */
1012 public Cursor<String> sScan(String key, ScanOptions options) {
1013 return redisTemplate.opsForSet().scan(key, options);
1014 }
1015
1016 /**------------------zSet相关操作--------------------------------*/
1017

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected