データモデル
The 本製品 enables you to model Redis key-value pairs as tables.
Tables
The 本製品 enables two major paradigms for modeling Redis key-value pairs as tables.
Modeling Redis Hashes as Tables
Redis key patterns can be modeled as tables. See Redis Key のフリーフォームクエリ for a breakdown of the different configuration options.
Freeform Querying of Redis Keys
It is also possible to query keys directly as if they are tables.
If you would like to query specific keys as tables, see Redis Hashe をTable としてモデル化.
If you would like to query all keys in the Redis keystore from a single table, see the Keys table.
Redis Data Types
See Redis データ型 for a list of the Redis data types supported by the 本製品.
Stored Procedures
Use the available ストアドプロシージャ to submit commands (in native redis-cli syntax) to the Redis server for direct execution.