You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix scan iterators
This commit is contained in:
@@ -22,7 +22,7 @@ You can override the default options by providing a configuration object:
|
||||
|
||||
```typescript
|
||||
client.scanIterator({
|
||||
cursor: 0, // 0 by default
|
||||
cursor: '0', // optional, defaults to '0'
|
||||
TYPE: 'string', // `SCAN` only
|
||||
MATCH: 'patter*',
|
||||
COUNT: 100
|
||||
|
Reference in New Issue
Block a user