Added
- Allow using Sentinels to handle redis connections
- Added a function on a lock manager to return check and return a list of all active locks
Changed
- Reverted back to using EVALSHA so that the scripts do not need to be uploaded for every command.
- Instead, if a script is not on the server for EVALSHA, then the exception is caught, the scripts are reuploaded, and the set is tried again.