Fix SGETRANGE

This commit is contained in:
Junhyun Shim 2022-04-25 13:24:56 +02:00
parent cfdff223ff
commit c4ac1ab9d0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ const std::array<Operation, MAX_OP> opTable{
0 /*target_bytes*/,
args.streaming_mode,
0 /*iteration*/,
false /*snapshot*/,
true /*snapshot*/,
args.txnspec.ops[OP_GETRANGE][OP_REVERSE])
.eraseType();
},