redis_database_run_multiple_redis_commands
Execute multiple Redis commands on an Upstash Redis database using its REST URL and token for streamlined database operations.
Instructions
Run multiple Redis commands on a specific Upstash redis database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commands | Yes | The Redis commands to run. Example: [['SET', 'foo', 'bar'], ['GET', 'foo']] | |
database_rest_token | Yes | The REST token of the database. | |
database_rest_url | Yes | The REST URL of the database. Example: https://***.upstash.io |