Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
Due to a change in 5.0 server, commands which lock keys or act on a locked key will return a new status code (LOCKED) as opposed to the existing errors (TMPFAIL or KEYEXISTS). In order to maintain backwards compatibility, the SDKs must translate these new status codes onto the old status codes, depending on the operation (since some returned one code, and some returned the other).