aleksraiden commented on code in PR #2328:
URL: https://github.com/apache/kvrocks/pull/2328#discussion_r1614794778


##########
utils/kvrocks2redis/tests/check_consistency.py:
##########
@@ -100,7 +100,7 @@ def _import_and_compare(self, num):
             self.src_cli.incr(incr_key)
             hash_key = f'hash_key_{i}'
             hash_value = {'field1': f'field1_value_{i}', 'field2': 
f'field2_value_{i}'}
-            self.src_cli.hmset(hash_key, hash_value)
+            self.src_cli.hset(hash_key, hash_value)

Review Comment:
   Hmmm, yes, You are right, my mistake, need to rewrite code. Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to