Skip to content

0.1.0

Compare
Choose a tag to compare
@thibaultcha thibaultcha released this 30 Jul 00:00
· 481 commits to master since this release

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.