mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-11 15:09:27 +00:00
add language hints to code blocks
This commit is contained in:
@@ -13,7 +13,7 @@ The `kv.get` processor gets the value associated with a key from a compatible mo
|
||||
|
||||
### Example
|
||||
This will attempt to get the value for the `counter` key from the module with an id of `redis`
|
||||
```
|
||||
```yaml
|
||||
- type: kv.get
|
||||
params:
|
||||
module: redis
|
||||
|
||||
@@ -14,7 +14,7 @@ The `kv.set` processor sets the value associated with a key from a compatible mo
|
||||
|
||||
### Example
|
||||
This will attempt to set the key `hello` to `world` using the module with an id of `redis`
|
||||
```
|
||||
```yaml
|
||||
- type: kv.set
|
||||
params:
|
||||
module: redis
|
||||
|
||||
Reference in New Issue
Block a user