Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp redis plugin code and move to dzil #2

Open
wants to merge 63 commits into
base: master
Choose a base branch
from

Conversation

celogeek
Copy link

Hi, I have rewrite the plugin with dzil migrating

Plugin dir should be simpler, and I remove the call to time each time we use redis key.

generally plugin is use like that :

my $redis = redis;

$redis->...

in that case ping / pong is call once.

Each time I test connection I try a ping, and return the result

I remove the anoying loosing connection, and just try to reconnect. In case fail, the program throw an exception.

A good think should be to have many server with try one, if fail try another ...

but not in this pull request,

tell me if you are interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant