@param key @param options @return
(String key, ScanOptions options)
| 1336 | * @return |
| 1337 | */ |
| 1338 | public Cursor<TypedTuple<String>> zScan(String key, ScanOptions options) { |
| 1339 | return redisTemplate.opsForZSet().scan(key, options); |
| 1340 | } |
| 1341 | } |
nothing calls this directly
no outgoing calls
no test coverage detected