https://github.com/redislabs/java-high-availability-test
this java program check recovery and also data consistency to redis.
https://github.com/redislabs/java-high-availability-test
Last synced: 9 months ago
JSON representation
this java program check recovery and also data consistency to redis.
- Host: GitHub
- URL: https://github.com/redislabs/java-high-availability-test
- Owner: RedisLabs
- Created: 2016-07-27T19:23:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T19:30:46.000Z (almost 10 years ago)
- Last Synced: 2025-06-16T13:04:51.204Z (about 1 year ago)
- Language: Java
- Size: 3.55 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# High availability and consistency test code
simple application that will constantly run and check if data is consistent. it uses redis increment
method in order to both read and write in the single operation. then it matchs the value with the local copy.
while running this program shutdown/restart redis process/proxy process/servers and check how to client recover and
if data remain consistent