Ioannis Papapanagiotou

Results 97 comments of Ioannis Papapanagiotou

I have added @timiblossom and @jcacciatore to get their feedback on this as well. You may be correct that `SMEMBERS` with a single key in every iteration fetches all the...

From my side, we need to add proper unit testing for it because we need to keep the quality high and validate the implementation (We recently got burned from a...

I am not following what is your question... You can use a cursor.

By default dyno_scan returns 10, and if there are more than 10 keys, the client should return 10 every time (unless there are fewer keys). Hence most probably something is...

@alosix What are the advantages you have seen with running multiple Dynomite/Redis in the same bigger instance? If the instance goes down, you need to warm up two token ranges.

@alosix sounds a very interesting use case. Thank you for the information.

It seems it took so much time to check this issue. If you still care about it, there are many issues that may have happened. Can you give more details...

@tiodollar this seems to fail the test cases. Any idea why? What is the case that this is needed?

The way we have designed the system is for each application to have 1 datacenter and for Dynomite to do the replication across regions so that our application layer can...

@avinashZato I am not following why Dynomite needs to follow the diurnal pattern of the client. In fact, if you plan to scale up then you need to scale down,...