ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Redis の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにRedis から関連するレスポンスデータを返します。
CData ADO.NET Provider for Redis ストアドプロシージャ
Name | Description |
CreateSchema | Creates a custom schema file based on the specified columns. |
RunBatchCommand | Sequentially executes a batch of Redis commands using either a temporary table or a batch file. |
RunCommand | Passes a command to the Redis server for direct execution. Use standard redis-cli syntax. |