basho / riak-python-client

The Riak client for Python.
Apache License 2.0
321 stars 183 forks source link

added head_only parameter for pbc transport #502

Closed tobixx closed 7 years ago

tobixx commented 7 years ago

Implements the head only request on pbc protocol. Solves #134 (CLIENTS-776) (CLIENTS-1039) .

tobixx commented 7 years ago

Have to close it due to http protocol errors - some more edges need the additional parameter. Normal test did not got them because they run on pbc normally.

tobixx commented 7 years ago

Was only one edge. Also added support for multiget.

lukebakken commented 7 years ago

Thanks!

lukebakken commented 7 years ago

Included in #509