This repository contains the packaging metadata for creating a snap of Valkey. For more information on snaps, visit snapcraft.io.
The snap can be installed directly from the Stap Store. Follow the link below for more information.
sudo snap install charmed-valkey --edgeBy default, the snap will install and run the valkey-server. You can connect to the server via cli:
charmed-valkey.cli
127.0.0.1:6379> ping
PONGOther available commands can be found here: snap info charmed-valkey
git clone git@github.com:canonical/charmed-valkey-snap.git
cd charmed-valkey-snapsudo snap install snapcraft
sudo snap install lxd
sudo lxd init --autosnapcraft pack
sudo snap install ./charmed-valkey*.snap --devmodeThe Charmed Valkey Snap is free software, distributed under the Apache Software License, version 2.0. See LICENSE for more information.