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

Method zScan

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

@param key @param options @return

(String key, ScanOptions options)

Source from the content-addressed store, hash-verified

1336 * @return
1337 */
1338 public Cursor<TypedTuple<String>> zScan(String key, ScanOptions options) {
1339 return redisTemplate.opsForZSet().scan(key, options);
1340 }
1341}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected