We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00efc10 commit 80c12dcCopy full SHA for 80c12dc
tarantool/const.py
@@ -99,6 +99,9 @@
99
IPROTO_FEATURE_TRANSACTIONS = 1
100
IPROTO_FEATURE_ERROR_EXTENSION = 2
101
IPROTO_FEATURE_WATCHERS = 3
102
+IPROTO_FEATURE_PAGINATION = 4
103
+IPROTO_FEATURE_SPACE_AND_INDEX_NAMES = 5
104
+IPROTO_FEATURE_WATCH_ONCE = 6
105
106
# Default value for connection timeout (seconds)
107
CONNECTION_TIMEOUT = None
@@ -133,8 +136,8 @@
133
136
# Default delay between attempts to reconnect (seconds)
134
137
POOL_INSTANCE_RECONNECT_DELAY = 0
135
138
-# Tarantool 2.10 protocol version is 3
-CONNECTOR_IPROTO_VERSION = 3
139
+# Tarantool master 970ea48 protocol version is 6
140
+CONNECTOR_IPROTO_VERSION = 6
141
# List of connector-supported features
142
CONNECTOR_FEATURES = [IPROTO_FEATURE_ERROR_EXTENSION]
143
0 commit comments