TDV Adapter for Redis

Build 22.0.8462

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 adapter 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462