🐞 Minor fixes

This commit is contained in:
Jérôme Petazzoni
2024-11-23 21:23:22 +01:00
parent 21dad159de
commit 0e7058214a

View File

@@ -314,7 +314,7 @@ Or shall we see it right away?
```yaml
input:
redis_list:
url: redis://redis:6379
url: redis://redis:`6379`
key: cities
output:
http_server:
@@ -325,6 +325,8 @@ This will set up an HTTP route to fetch *one* city.
It's also possible to batch, stream...
⚠️ As of November 2024, `bento create` uses port 6397 instead of 6379 for Redis!
---
## Trying it out