Skip to content

Add authorize command

Nathan Harris requested to merge authorize into master

Motivation:

The library provides command implementations for almost every single Redis command, authorize is no different.

Modifications:

Add authorize(with:) command method on RedisClient Replace the implementation in RedisConnection.connect(...)

Result:

Developers should now have independent access to the AUTH Redis command on RedisClient implementations.

Merge request reports