alphazero / Go-Redis

Google Go Client and Connectors for Redis
Apache License 2.0
440 stars 123 forks source link

adds automatic connection reconnecting #28

Open wellle opened 12 years ago

wellle commented 12 years ago

Adds reconnect() methods for connHdl and asyncConnHdl which get called when connHdl.ServiceRequest() or asyncConnHdl.QueueRequest() fail. Adds basic implementation of asyncConnHdl.disconnect().