caprover / one-click-apps

Community Maintained One Click Apps (https://github.com/caprover/caprover)
Apache License 2.0
564 stars 550 forks source link

add valkey #1152

Closed ariaieboy closed 1 month ago

ariaieboy commented 1 month ago

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. https://valkey.io/ https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community

First of all, thank you for your contribution! 😄

Please note that this repo is mostly for popular apps with thousands of stars and tens of thousands of downloads. If you'd like to add a less popular app, you can always create your own 3rd party repo and add your app there.

☑️ Self Check before Merge

githubsaturn commented 1 month ago

Thanks!