From 9749dd6e78fae08e899360270d60b22641c8e52d Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 5 Aug 2024 14:20:09 -0400 Subject: [PATCH] DOCSP-42139: Update read concern values --- source/reference/create-client.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/create-client.txt b/source/reference/create-client.txt index 346aab93f..bd06c23cc 100644 --- a/source/reference/create-client.txt +++ b/source/reference/create-client.txt @@ -662,8 +662,8 @@ Ruby Options * - ``:read_concern`` - Specifies the read concern options. The only valid key is ``level``, - for which the valid values are ``:local``, ``:majority``, and - ``:snapshot``. + for which the valid values are ``:local``, ``:available``, ``:majority``, + ``:snapshot``, and ``:linearizable``. - ``Hash`` - none