shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Support reconnecting on the specified error #57

Closed yoheimuta closed 7 years ago

yoheimuta commented 8 years ago

Adds a support for a known issue in ElastiCache failover. We must wrap all sync write calls and async wait calls without the library support. It costs a speed penalty by boilerplates and missings by mistakes.

I'm posting this to get more feedbacks on the output because this is large and the detail is not issued yet.

See

I expect that this pr tests are passed after #56 is merged.

yoheimuta commented 7 years ago

ping. (because time has passed since 9/11)

shogo82148 commented 7 years ago

Sorry for my late response. LGTM 👍 I will fix some other bugs, and then release within a few days.

yoheimuta commented 7 years ago

Thanks!