TDV Adapter for Redis

Build 22.0.8462

Keys

Returns keys present in the Redis store.

This table allows you to query all Redis keys in one place. It models Redis key metadata in exactly the same way as described in Freeform Querying of Redis Keys.

Columns

Name Type ReadOnly Description
RedisKey [KEY] String True

The name of the Redis key.

ValueIndex String True

Varies by type: 1 for strings; the one-based index for sets, lists, and sorted sets; or the associated field name for hashes.

Value String True

The value associated with the Redis key.

RedisType String True

The type associated with the Redis key.

ValueScore Double True

NULL for strings, lists, sets, and hashes. Returns the associated score for sorted sets.

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