           SPELL=valkey
         VERSION=9.1.1
     SOURCE_HASH=sha512:205412babd97a8c6f7c6ca64e643bc4a9d41160fd1a2c0113bebeee3e24d90baf039ec245aaaa7b7e953fe3152e6200428d66f3ce762d692c7cc306c7a9ee3a3
  SECURITY_PATCH=4
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/valkey-io/valkey/archive/refs/tags/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      LICENSE[0]=BSD
        WEB_SITE=https://valkey.io
         ENTERED=20240916
        KEYWORDS="nosql database"
           SHORT="open source, advanced key-value store"
cat << EOF
Valkey is an open source (BSD) high-performance key/value datastore 
that supports a variety of workloads such as caching, message queues,
and can act as a primary database.
Valkey can run as either a standalone daemon or in a cluster,
with options for replication and high availability.

Valkey natively supports a rich collection of datatypes,
including strings, numbers, hashes, lists, sets, sorted sets,
bitmaps, hyperloglogs and more.
You can operate on data structures in-place with an expressive collection of commands.
Valkey also supports native extensibility with built-in scripting support
for Lua and supports module plugins to create new commands, data types, and more.
EOF
