#471jpadilla/redisapp: 一个将 Redis 服务端封装为一个 MacOS APP 的开源项目,安装之后,运行会启动一个 Redis 服务。
Redis.app
The easiest way to get started with Redis on the Mac
Just download, drag to the applications folder, and double-click.
Download
--
Version numbers
Version numbers of this project (Redis.app) try to communicate the version of the included Redis binaries bundled with each release.
The version number also includes a build number which is used to indicate the current version of Redis.app and it's independent from the bundled Redis's version.
Adding Redis binaries to your path
If you need to add the Redis binaries to your path you can do so by adding the following to your ~/.bash_profile.
# Add Redis.app binaries to path
PATH="/Applications/Redis.app/Contents/Resources/Vendor/redis/bin:$PATH"Or using the path_helper alternative:
sudo mkdir -p /etc/paths.d &&
echo /Applications/Redis.app/Contents/Resources/Vendor/redis/bin | sudo tee /etc/paths.d/redisappInstalling with Homebrew Cask
You can also install Redis.app with Homebrew Cask.
$ brew cask install redis-appCredits
Forked and adapted from Mongodb.app. Site design by Giovanni Collazo.
rdiff-backup/rdiff-backup: rdiff-backup 是一个简单的备份工具,可以在本地和远程、Linux 和 Windows 上使用,甚至可以在两者之间跨平台使用。oliver006/redis_exporter: 用于 Redis 指标的 Prometheus Exporter。支持 Redis 2.x、3.x、4.x、5.x、6.x 和 7.x 版本

