From 6880d53fa9cd5a56fcae0b9b59c27868394e028c Mon Sep 17 00:00:00 2001 From: Vasileios Zois Date: Thu, 7 Nov 2024 11:07:10 -0800 Subject: [PATCH] fix lrange call to storage session --- libs/server/Storage/Session/ObjectStore/ListOps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/server/Storage/Session/ObjectStore/ListOps.cs b/libs/server/Storage/Session/ObjectStore/ListOps.cs index 33ecf9d939..772c737095 100644 --- a/libs/server/Storage/Session/ObjectStore/ListOps.cs +++ b/libs/server/Storage/Session/ObjectStore/ListOps.cs @@ -395,7 +395,7 @@ public GarnetStatus ListTrim(byte[] key, ref ObjectInput input, /// public GarnetStatus ListRange(byte[] key, ref ObjectInput input, ref GarnetObjectStoreOutput outputFooter, ref TObjectContext objectStoreContext) where TObjectContext : ITsavoriteContext - => RMWObjectStoreOperationWithOutput(key, ref input, ref objectStoreContext, ref outputFooter); + => ReadObjectStoreOperationWithOutput(key, ref input, ref objectStoreContext, ref outputFooter); /// /// Inserts a new element in the list stored at key either before or after a value pivot