Use lookupKeyWrite() for hpersist command (#13321)
As hpersist is a write command, we should use lookupKeyWrite() instead of lookupKeyRead() to fetch the key.
Please register or sign in to comment
As hpersist is a write command, we should use lookupKeyWrite() instead of lookupKeyRead() to fetch the key.