Cmdlets for Redis

Build 24.0.9064

TableScanDepth Parameter (Connect-Redis Cmdlet)

The maximum number of keys to scan when looking for tables available in your Redis database.

Syntax

Connect-Redis -TableScanDepth string

Data Type

cstr

Default Value

"-1"

Remarks

Since Redis is schemaless, the cmdlet 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) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9064