Skip to content

Commit

Permalink
add backwards compatibility with code (ie. releases) expecting redis …
Browse files Browse the repository at this point in the history
…instead of valkey
  • Loading branch information
k-rister committed Jan 22, 2025
1 parent d2537da commit 46eba68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workshop/controller-workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"python39",
"non-distro-python-deps",
"valkey",
"redis-compat",
"distro-perl-tools",
"distro-perl-modules",
"container-tools",
Expand Down Expand Up @@ -113,6 +114,15 @@
]
}
},
{
"name": "redis-compat",
"type": "manual",
"manual_info": {
"commands": [
"ln -s /usr/bin/valkey-server /usr/bin/redis-server"
]
}
},
{
"name": "container-storage-fuse",
"type": "manual",
Expand Down

0 comments on commit 46eba68

Please sign in to comment.