mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-10 06:29:26 +00:00
work on auto-generating parts of docs from JSONSchema
This commit is contained in:
@@ -4,13 +4,11 @@ sidebar:
|
||||
label: Client
|
||||
order: 1
|
||||
---
|
||||
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
||||
|
||||
The `redis.client` module connects to a Redis server. This module does not produce any messages and so using it as an `input` to a [route](/concepts/routes) would be pointless.
|
||||
|
||||
- **type**: `redis.client`
|
||||
- **params**:
|
||||
- **host**: the Redis server host
|
||||
- **port**: the Redis server port
|
||||
<SchemaInfo type="module" id="redis.client"></SchemaInfo>
|
||||
|
||||
This module implements the `KeyValueModule` interface.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user