docs: document redis session prerequisites

This commit is contained in:
lingniu
2026-07-01 09:24:05 +08:00
parent 6faf3533a5
commit 5d082d50d5
2 changed files with 8 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ GB32960 ingest:
```bash
KAFKA_BROKERS=127.0.0.1:9092 \
REDIS_HOST=127.0.0.1 \
REDIS_PORT=6379 \
REDIS_DATABASE=50 \
GB32960_PORT=32960 \
HTTP_PORT=20100 \
java --sun-misc-unsafe-memory-access=allow \
@@ -102,6 +105,9 @@ JT808 ingest:
```bash
KAFKA_BROKERS=127.0.0.1:9092 \
REDIS_HOST=127.0.0.1 \
REDIS_PORT=6379 \
REDIS_DATABASE=50 \
JT808_PORT=808 \
HTTP_PORT=20400 \
java --sun-misc-unsafe-memory-access=allow \