mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+valkey
true open-source fork of REDIS
This commit is contained in:
parent
86539e41f3
commit
61a66ba211
1 changed files with 28 additions and 0 deletions
28
projects/valkey.io/package.yml
Normal file
28
projects/valkey.io/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
distributable:
|
||||
url: https://github.com/valkey-io/valkey/archive/refs/tags/{{version.tag}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: valkey-io/valkey
|
||||
|
||||
provides:
|
||||
- bin/valkey-server
|
||||
- bin/valkey-cli
|
||||
- bin/valkey-benchmark
|
||||
|
||||
dependencies:
|
||||
openssl.org: ^1
|
||||
|
||||
build:
|
||||
script: make install
|
||||
env:
|
||||
PREFIX: ${{prefix}}
|
||||
BUILD_TLS: yes
|
||||
|
||||
test:
|
||||
- valkey-server --daemonize yes
|
||||
- valkey-cli --raw SET key123 value123
|
||||
|
||||
- test "$(valkey-cli --raw GET key123)" = "value123"
|
||||
|
||||
- valkey-cli shutdown
|
Loading…
Reference in a new issue