Skip to content
Snippets Groups Projects
Commit 7b99fafe authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Update links to drivers.

Add missing comma to iproto_constants.c.
parent b78afa41
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
Java Java
===================================================================== =====================================================================
Please, see http://dgreenru.github.io/tarantool-java/. See http://github.com/tarantool/tarantool-java/.
...@@ -141,13 +141,13 @@ blocks : ...@@ -141,13 +141,13 @@ blocks :
- Ruby driver, `<https://github.com/funny-falcon/tarantool16-ruby>`_ - Ruby driver, `<https://github.com/funny-falcon/tarantool16-ruby>`_
- Perl driver, `DR:Tarantool`_ - Perl driver, `DR:Tarantool`_
- C connector `<https://github.com/tarantool/tarantool-c>`_ - C connector `<https://github.com/tarantool/tarantool-c>`_
- node.js driver, `<https://github.com/devgru/node-tarantool>`_ - node.js driver, `<https://github.com/KlonD90/node-tarantool-driver>`_
- Erlang driver, `<https://github.com/rtsisyk/etarantool>`_ - Erlang driver, `<https://github.com/rtsisyk/etarantool>`_
- Go driver, `<https://github.com/fl00r/go-tarantool>`_ - Go driver, `<https://github.com/mialinx/go-tarantool-1.6>`_
- Lua-nginx driver, `<https://github.com/ziontab/lua-nginx-tarantool>`_ - Lua-nginx driver, `<https://github.com/ziontab/lua-nginx-tarantool>`_
.. _DR\:Tarantool: http://search.cpan.org/~unera/DR-Tarantool-0.42/lib/DR/Tarantool.pm .. _DR\:Tarantool: http://search.cpan.org/~unera/DR-Tarantool-0.42/lib/DR/Tarantool.pm
.. _Maven repository: http://dgreenru.github.com/tarantool-java .. _Maven repository: http://github.com/tarantool/tarantool-java
- - "Source tarball" - - "Source tarball"
- format : rst - format : rst
content: | content: |
......
...@@ -150,9 +150,9 @@ const char *iproto_key_strs[IPROTO_KEY_MAX] = { ...@@ -150,9 +150,9 @@ const char *iproto_key_strs[IPROTO_KEY_MAX] = {
"tuple", /* 0x21 */ "tuple", /* 0x21 */
"function name", /* 0x22 */ "function name", /* 0x22 */
"user name", /* 0x23 */ "user name", /* 0x23 */
"server UUID" /* 0x24 */ "server UUID", /* 0x24 */
"cluster UUID" /* 0x25 */ "cluster UUID", /* 0x25 */
"vector clock" /* 0x26 */ "vector clock", /* 0x26 */
"expr" /* 0x27 */ "expression", /* 0x27 */
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment