An open API service indexing awesome lists of open source software.

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.

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