Skip to content

Commit

Permalink
redis 7.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed May 2, 2022
1 parent e642807 commit 34c0528
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 2 deletions.
Binary file modified EventLog.dll
Binary file not shown.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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
Expand Down Expand Up @@ -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



Binary file modified redis-benchmark.exe
Binary file not shown.
Binary file modified redis-check-aof.exe
Binary file not shown.
Binary file modified redis-check-rdb.exe
Binary file not shown.
Binary file modified redis-cli.exe
Binary file not shown.
Binary file removed redis-sentinel.exe
Binary file not shown.
Binary file modified redis-server.exe
Binary file not shown.

0 comments on commit 34c0528

Please sign in to comment.