Commit Graph
11 Commits
Author SHA1 Message Date
mym b90d7ec808 Merge pull request 'Update README to change the go get command to use the correct repository URL for the reconnect package.' (#2) from reconnect-mym into main
Reviewed-on: #2
2025-12-12 15:55:56 +08:00
mayiming a47462ffd4 Update README to change the go get command to use the correct repository URL for the reconnect package. 2025-12-12 15:55:25 +08:00
mym dfe2b6c806 Merge pull request 'reconnect-mym' (#1) from reconnect-mym into main
Reviewed-on: #1
2025-12-12 15:50:43 +08:00
mayiming c68b77b1b7 Add example implementations for etcd, PostgreSQL, and Redis clients demonstrating automatic reconnection management and basic operations. 2025-12-12 15:49:00 +08:00
mayiming 597e1cf840 Add RedisClient implementation for managing Redis connections, including methods for connecting, closing, pinging, and checking connection status. 2025-12-12 15:48:54 +08:00
mayiming 4382d345f6 Add Reconnect package for managing automatic reconnections, including a Reconnectable interface, configuration options, and a Manager for connection monitoring and retries. 2025-12-12 15:48:48 +08:00
mayiming a8180f5115 Add PostgresClient implementation for managing PostgreSQL connections, including methods for connecting, closing, pinging, and checking connection status. 2025-12-12 15:48:39 +08:00
mayiming 915b5dd0bb Add EtcdClient implementation for managing etcd connections with methods for connecting, closing, pinging, and checking connection status. 2025-12-12 15:48:33 +08:00
mayiming 896d518c54 Add go.mod and go.sum files for dependency management 2025-12-12 15:48:25 +08:00
mayiming c70c2e9f1c 修改README 2025-12-12 15:48:13 +08:00
mym 65fe52ceb0 Initial commit 2025-12-12 15:20:58 +08:00