tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

pool: add a new method `Pool.DoInstance` #377

Closed oleg-jukovec closed 7 months ago

oleg-jukovec commented 7 months ago

The method allows to execute a request on the target instance in a pool.

Closes #376