| Package | Description | 
|---|---|
| org.springframework.data.redis.core | Core package for integrating Redis with Spring concepts. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract ScanIteration<T> | KeyBoundCursor. doScan(byte[] key,
      long cursorId,
      ScanOptions options) | 
| protected abstract ScanIteration<T> | ScanCursor. doScan(long cursorId,
      ScanOptions options)Performs the actual scan command using the native client implementation. | 
| protected ScanIteration<T> | KeyBoundCursor. doScan(long cursorId,
      ScanOptions options) | 
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.