"src/vscode:/vscode.git/clone" did not exist on "53b85e53e396392afef62283bc32d3c2658b9a80"
Fix crash in RM_ScanKey() when used with hexpire (#13320)
RM_ScanKey() was overlooked while introducing hash field expiration. An assert is triggered when it is called on a hash key with OBJ_ENCODING_LISTPACK_EX encoding. I've changed to code to handle listpackex encoding properly.
Please register or sign in to comment