You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you setup grommunio using Valkey instead of Redis, because Fedora plans to switch to it (which RHEL 10 will most likely inherit), it would be nice if the admin API covers Valkey and Redis to be finally displayed in Admin Web properly.
Given the current lack of an officially recommended Redis configuration in the documentation, but when just simply taking https://community.grommunio.com/d/426-redis-at-grommunio-documentation-for-debian11, as a base, an instanced systemd unit like redis@grommunio.service works indeed out of the box, while valkey@grommunio.service does obviously not. But when then leveraging systemd.unitAlias=redis@grommunio.service for valkey@grommunio.service, an empty label is shown in the Admin Web…which is quite unexpected!
Please add at least support for systemd.unitAlias=… to the Admin API to cover generally upcoming Redis alternatives more nicely.
The text was updated successfully, but these errors were encountered:
If you setup grommunio using Valkey instead of Redis, because Fedora plans to switch to it (which RHEL 10 will most likely inherit), it would be nice if the admin API covers Valkey and Redis to be finally displayed in Admin Web properly.
Given the current lack of an officially recommended Redis configuration in the documentation, but when just simply taking https://community.grommunio.com/d/426-redis-at-grommunio-documentation-for-debian11, as a base, an instanced systemd unit like
redis@grommunio.service
works indeed out of the box, whilevalkey@grommunio.service
does obviously not. But when then leveragingsystemd.unit
Alias=redis@grommunio.service
forvalkey@grommunio.service
, an empty label is shown in the Admin Web…which is quite unexpected!Please add at least support for
systemd.unit
Alias=…
to the Admin API to cover generally upcoming Redis alternatives more nicely.The text was updated successfully, but these errors were encountered: