Support Redis forks #401
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#401
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Redis has gone down the path of that weird SSPL license, and it may removed by the package managers of some popular distros in the near future.
Valkey and Redict seem to be drop-in replacements, but the application needs to accommodate for these alternatives.
Add a
--redis-bin=
, aREDIS_BIN
environment variable and abin
argument to the Redis plugin+backend to specify a custom Redis executable to be launched when--start-redis
is specified.[ ] WhenREDIS_BIN
is set to a path tovalkey
orredict
, then the Docker image should install those package instead of Redis (this only makes sense once those projects are included in the official package managers of at least Arch, Debian, Fedora and Alpine).