File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The following is a sample example:
34
34
```
35
35
36
36
Once the redis service configured, we can access redis server through ` app()->redis ` in our application. As
37
- The Redis component is based on [ Predis] ( https://github.com/nrk/predis ) , you can refer their documentation on
37
+ the Redis component is based on [ Predis] ( https://github.com/nrk/predis ) , you can refer their documentation on
38
38
how to issue command to redis servers.
39
39
40
40
### Using redis as a cache service
@@ -53,7 +53,7 @@ a cache service in `services.php` likes the folowing:
53
53
Once the cache service configured, we can access the cache service through ` app()->cache ` in our application.
54
54
55
55
56
- ### Using Redis as session storage
56
+ ### Using redis as session storage
57
57
58
58
The component also provides a Session Storgae class which allows Blink to store application sessions into redis.
59
59
we can configure the session storage in the following way:
You can’t perform that action at this time.
0 commit comments