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 Redis Key のフリーフォームクエリ.
Columns
Name | Type | ReadOnly | Description |
RedisKey [KEY] | String | False |
The name of the Redis key. |
ValueIndex | String | False |
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 | False |
The value associated with the Redis key. |
RedisType | String | False |
The type associated with the Redis key. |
ValueScore | Double | False |
NULL for strings, lists, sets, and hashes. Returns the associated score for sorted sets. |