Valkey is a high-performance data structure server that primarily serves key/value workloads. It supports a wide range of native structures and an extensible plugin system for adding new data structures and access patterns. WWW: https://valkey.io/ Note that this is the 8.X.X version of valkey which has been added to upgrade the valkey port to 9.X.X
12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
bin/valkey-benchmark
|
|
bin/valkey-check-aof
|
|
bin/valkey-check-rdb
|
|
bin/valkey-cli
|
|
bin/valkey-sentinel
|
|
bin/valkey-server
|
|
@sample etc/valkey.conf.sample
|
|
@sample(%%VALKEY_USER%%,%%VALKEY_GROUP%%,) etc/valkey-sentinel.conf.sample
|
|
@dir(%%VALKEY_USER%%,%%VALKEY_GROUP%%,) %%VALKEY_DBDIR%%
|
|
@dir(%%VALKEY_USER%%,%%VALKEY_GROUP%%,) %%VALKEY_LOGDIR%%
|
|
@dir(%%VALKEY_USER%%,%%VALKEY_GROUP%%,) %%VALKEY_RUNDIR%%
|