diff --git a/mica-redis/README.md b/mica-redis/README.md index e71aa4f5f614c3cab8088ebe237bbcdfb9e44fc0..b57359580cd871954ce64d0af57597ae883027fd 100644 --- a/mica-redis/README.md +++ b/mica-redis/README.md @@ -146,4 +146,8 @@ boolean isAllowed(String key, long max, long ttl, TimeUnit timeUnit); * @return 函数执行结果 */ T allow(String key, long max, long ttl, TimeUnit timeUnit, CheckedSupplier supplier); -``` \ No newline at end of file +``` + +## 链接 +- Redis windows 服务端:https://github.com/tporadowski/redis/releases +- Redis windows 客户端管理工具:https://github.com/lework/RedisDesktopManager-Windows/releases