• Joined on 2025-10-20
mym pushed to main at blueocean-go/reconnect 2025-12-12 15:59:11 +08:00
b7e9560bdc Merge pull request 'Update module path in go.mod to reflect the new repository URL' (#3) from reconnect-mym into main
2aedf6314f Update module path in go.mod to reflect the new repository URL
Compare 2 commits »
mym merged pull request blueocean-go/reconnect#3 2025-12-12 15:59:10 +08:00
Update module path in go.mod to reflect the new repository URL
mym created pull request blueocean-go/reconnect#3 2025-12-12 15:59:07 +08:00
Update module path in go.mod to reflect the new repository URL
mym pushed to reconnect-mym at blueocean-go/reconnect 2025-12-12 15:58:56 +08:00
2aedf6314f Update module path in go.mod to reflect the new repository URL
mym pushed to main at blueocean-go/reconnect 2025-12-12 15:55:58 +08:00
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
a47462ffd4 Update README to change the go get command to use the correct repository URL for the reconnect package.
Compare 2 commits »
mym merged pull request blueocean-go/reconnect#2 2025-12-12 15:55:57 +08:00
Update README to change the go get command to use the correct repository URL for the reconnect package.
mym created pull request blueocean-go/reconnect#2 2025-12-12 15:55:52 +08:00
Update README to change the go get command to use the correct repository URL for the reconnect package.
mym pushed to reconnect-mym at blueocean-go/reconnect 2025-12-12 15:55:29 +08:00
a47462ffd4 Update README to change the go get command to use the correct repository URL for the reconnect package.
mym pushed to main at blueocean-go/reconnect 2025-12-12 15:50:44 +08:00
dfe2b6c806 Merge pull request 'reconnect-mym' (#1) from reconnect-mym into main
c68b77b1b7 Add example implementations for etcd, PostgreSQL, and Redis clients demonstrating automatic reconnection management and basic operations.
597e1cf840 Add RedisClient implementation for managing Redis connections, including methods for connecting, closing, pinging, and checking connection status.
4382d345f6 Add Reconnect package for managing automatic reconnections, including a Reconnectable interface, configuration options, and a Manager for connection monitoring and retries.
a8180f5115 Add PostgresClient implementation for managing PostgreSQL connections, including methods for connecting, closing, pinging, and checking connection status.
Compare 8 commits »
mym merged pull request blueocean-go/reconnect#1 2025-12-12 15:50:43 +08:00
reconnect-mym
mym created pull request blueocean-go/reconnect#1 2025-12-12 15:50:40 +08:00
reconnect-mym
mym pushed to reconnect-mym at blueocean-go/reconnect 2025-12-12 15:49:13 +08:00
c68b77b1b7 Add example implementations for etcd, PostgreSQL, and Redis clients demonstrating automatic reconnection management and basic operations.
597e1cf840 Add RedisClient implementation for managing Redis connections, including methods for connecting, closing, pinging, and checking connection status.
4382d345f6 Add Reconnect package for managing automatic reconnections, including a Reconnectable interface, configuration options, and a Manager for connection monitoring and retries.
a8180f5115 Add PostgresClient implementation for managing PostgreSQL connections, including methods for connecting, closing, pinging, and checking connection status.
915b5dd0bb Add EtcdClient implementation for managing etcd connections with methods for connecting, closing, pinging, and checking connection status.
Compare 7 commits »
mym created branch reconnect-mym in blueocean-go/reconnect 2025-12-12 15:49:13 +08:00
mym created repository blueocean-go/reconnect 2025-12-12 15:20:59 +08:00