nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

What guarantees does webdis offer? #130

Open Thomas1995 opened 8 years ago

Thomas1995 commented 8 years ago

I made some stress test on webdis and noticed that above certain workload it stops returning via GET the values that had been previously SET. So I am wondering what guarantees does webdis make in this regard.

markuman commented 8 years ago

Sounds strange ... do you have a script to reproduce it?

Thomas1995 commented 8 years ago

Here it is.

https://github.com/dserban/StateMachineTestingWithQuickCheck/blob/master/webdis/webdis_testing.hs