Skip to content

Commit 0954fb4

Browse files
committed
fixed table
1 parent 87c0b85 commit 0954fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-cache-trigger-redislist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ From `function.json`, here's the binding data:
258258

259259
| Parameter | Description | Required | Default |
260260
|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------:|--------:|
261-
| `Connection` | The name of the [application setting](functions-how-to-use-azure-function-app-settings.md#settings) that contains the cache connection string, such as: `<cacheName>.redis.cache.windows.net:6380,password...`` | Yes | |
261+
| `Connection` | The name of the [application setting](functions-how-to-use-azure-function-app-settings.md#settings) that contains the cache connection string, such as: `<cacheName>.redis.cache.windows.net:6380,password...` | Yes | |
262262
| `Key` | Key to read from. This field can be resolved using `INameResolver`. | Yes | |
263263
| `PollingIntervalInMs` | How often to poll Redis in milliseconds. | Optional | `1000` |
264264
| `MessagesPerWorker` | How many messages each functions instance should process. Used to determine how many instances the function should scale to. | Optional | `100` |

0 commit comments

Comments
 (0)