Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cheprasov committed Jul 21, 2016
1 parent da45123 commit f35333e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ updateJsonInRedis($Redis, 'json-key', ['for' => 42, 'var' => 2016]);

## Methods

#### RedisLock :: __construct ( `\Redis` **$Redis** , `string` **$key** [, `int` **$flags** = 0 ] )
#### RedisLock :: __construct ( `RedisClient` **$Redis** , `string` **$key** [, `int` **$flags** = 0 ] )
---
Create a new instance of RedisLock.

Expand Down

0 comments on commit f35333e

Please sign in to comment.