tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Socket connection support #99

Closed skythet closed 6 years ago

skythet commented 6 years ago

tarantool.connect(socket="/var/lib/tarantool/tarantool.sock")

alg1973 commented 6 years ago

connect(host=None, port="/var/lib/tarantool/tarantool.sock") is intended for that you've done. However I like your idea. It's good to have explicit unix socket API parameters/functions.