0.1.0
Initial release. Forked from jbochi/lua-resty-cassandra v0.5.7 with some additional features and bug fixes.
Added
- Support for both binary protocols v2 and v3.
Changed
- More friendly support of auto pagination. THe loop doesn't require as many parameters.
- OOP style in order to support both binary protocols.
cassandra.new()
must now be called with:
.
Fixed
set_keyspace
erroring on names with capital letters.