Skip to content

Commit 631dca0

Browse files
committed
Added Redis commands
1 parent bea1f66 commit 631dca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Check out some of the examples in the [examples](examples) directory. The follo
3232

3333
## Redis
3434

35-
### Push
35+
### Push (BLPOP)
3636

3737
```php
3838
/**
@@ -47,7 +47,7 @@ Check out some of the examples in the [examples](examples) directory. The follo
4747
);
4848
```
4949

50-
### PubSub
50+
### PubSub (SUBSCRIBE)
5151

5252
```php
5353
/**

0 commit comments

Comments
 (0)