Skip to content

v2.6-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dedok dedok released this 10 Jan 08:17
· 25 commits to master since this release

Features

The version has a new features, it called 'format' or tarantool protocol over REST.

Tarantool stores data in tuples. A tuple is a list of elements. Each element is a value or an object, and each element should have a strong type. The tuple format is called MsgPack, it's like JSON in a binary format.

The main goal of Format (see [FMT] above) is to enable conversion between
a query string and MsgPack without losing type information or value.

The syntax is: {QUERY_ARG_NAME}=%{FMT_TYPE}

Please look carefully for yours url encoding!

You can find more information into the README.md.

A related issue: #66

Bugs fixed

#98
#105
#108