@param key @param options @return
(String key, ScanOptions options)
| 1010 | * @return |
| 1011 | */ |
| 1012 | public Cursor<String> sScan(String key, ScanOptions options) { |
| 1013 | return redisTemplate.opsForSet().scan(key, options); |
| 1014 | } |
| 1015 | |
| 1016 | /**------------------zSet相关操作--------------------------------*/ |
| 1017 |
nothing calls this directly
no outgoing calls
no test coverage detected