diff --git a/EventLog.dll b/EventLog.dll index 008c221..ef0a038 100644 Binary files a/EventLog.dll and b/EventLog.dll differ diff --git a/README.md b/README.md index cf2abad..3f78f7b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # This is an unofficial version of Redis for Windows X64 system [zkteco-home](https://github.com/zkteco-home/redis-windows) -If you want to get latest version or [report any issues],please contact [michael](michael.wang.zkteco@gmail.com), thanks in advance! +If you want to get latest version or [report any issues],please contact [michael](michael_zkteco@126.com), thanks in advance! ## Why not open source code? @@ -12,7 +12,7 @@ If you want to get latest version or [report any issues],please contact [michael 3. We can collect all the issues, because you don't have the source code, to avoid changing the source code by yourself and not being able to share -4. according to Redis BSD-3,it is legal,it's still free +4. according to Redis BSD-3,it is legal It includes several new user-facing features, significant performance optimizations, and many other improvements. It also includes changes that @@ -172,5 +172,14 @@ redis-server --service-stop --service-name redisService1 redis-server --service-uninstall --service-name redisService1 +Sentinel for Redis Server on Windows +------------------------------------ + + +After you have edited and created the necessary configuration files,you must open the necessary firewall port. you can install Redis Sentinel from the command prompt as follows: + + +redis-server --service-install --service-name Sentinel sentinel.conf --sentinel + diff --git a/redis-benchmark.exe b/redis-benchmark.exe index 95b4855..0eb53c6 100644 Binary files a/redis-benchmark.exe and b/redis-benchmark.exe differ diff --git a/redis-check-aof.exe b/redis-check-aof.exe index 4c70417..695023e 100644 Binary files a/redis-check-aof.exe and b/redis-check-aof.exe differ diff --git a/redis-check-rdb.exe b/redis-check-rdb.exe index 4c70417..695023e 100644 Binary files a/redis-check-rdb.exe and b/redis-check-rdb.exe differ diff --git a/redis-cli.exe b/redis-cli.exe index a2a03cc..72f0101 100644 Binary files a/redis-cli.exe and b/redis-cli.exe differ diff --git a/redis-sentinel.exe b/redis-sentinel.exe deleted file mode 100644 index 4c70417..0000000 Binary files a/redis-sentinel.exe and /dev/null differ diff --git a/redis-server.exe b/redis-server.exe index 4c70417..695023e 100644 Binary files a/redis-server.exe and b/redis-server.exe differ