Add the missing protocol doc file
This commit is contained in:
11
docs/api/cassandra/protocol.rst
Normal file
11
docs/api/cassandra/protocol.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
.. _custom_payload:
|
||||
|
||||
Custom Payload
|
||||
==============
|
||||
Native protocol version 4+ allows for a custom payload to be sent between clients
|
||||
and custom query handlers. The payload is specified as a string:binary_type dict
|
||||
holding custom key/value pairs.
|
||||
|
||||
By default these are ignored by the server. They can be useful for servers implementing
|
||||
a custom QueryHandler.
|
||||
|
Reference in New Issue
Block a user