Skip to content

Commit

Permalink
Make client property public
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJo committed Aug 27, 2020
1 parent 505f610 commit e1d9d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class Redis extends Driver {
* not found error when importing this library without installing the redis
* package.
*/
protected get client(): RedisClient {
public get client(): RedisClient {
if (!this._client) {
const {
createClient,
Expand Down

0 comments on commit e1d9d10

Please sign in to comment.