jbochi / lua-resty-cassandra

Pure Lua Cassandra client using CQL binary protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async queries

jbochi opened this issue · comments

See section 2.3 of the specification. We could support multiple requests with different stream ids on same connection, reading the responses asynchronously.