From aebd9a4f0c0414a62a3cc5898315d8498caf33b6 Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:55:57 -0700 Subject: [PATCH] Add missing constant LIST_RETURN_EXISTS --- doc/aerospike.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/aerospike.rst b/doc/aerospike.rst index 4b2d3a049..4cf6a242b 100644 --- a/doc/aerospike.rst +++ b/doc/aerospike.rst @@ -1019,6 +1019,10 @@ Return types used by various list operations. Return value for single key read and value list for range read. +.. data:: LIST_RETURN_EXISTS + + Return true if count of items selected > 0. + .. _aerospike_list_order: List Order