Hi brocaar,
Is it possible for other applications to connect to redis in loraserver?
I’d like to use just one redis server for multiple applications.
Thanks,
Bruce
Hi brocaar,
Is it possible for other applications to connect to redis in loraserver?
I’d like to use just one redis server for multiple applications.
Thanks,
Bruce
Yes, as long there is no conflict in the key naming. In general LoRa App Server and LoRa Server can run fine together on a single Redis instance. Just make sure that your applications do not overlap. LoRa Server uses the ns:
prefix and LoRa App Server the as:
.