TableScanDepth
The maximum number of keys to scan when looking for tables available in your Redis database.
Data Type
string
Default Value
"-1"
Remarks
Since Redis is schemaless, the connector determines tables by finding keys that match the TablePattern. This value determines the maximum number of keys that will be scanned for each entry in TablePattern.
To disable this limit and always scan all keys, set the value of this property to "-1". Otherwise, set this property to a positive integer to limit the keys scanned to that amount.