Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bixuehujin committed Jul 26, 2017
1 parent a49d8ca commit 5768cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following is a sample example:
```

Once the redis service configured, we can access redis server through `app()->redis` in our application. As
The Redis component is based on [Predis](https://github.com/nrk/predis), you can refer their documentation on
the Redis component is based on [Predis](https://github.com/nrk/predis), you can refer their documentation on
how to issue command to redis servers.

### Using redis as a cache service
Expand All @@ -53,7 +53,7 @@ a cache service in `services.php` likes the folowing:
Once the cache service configured, we can access the cache service through `app()->cache` in our application.


### Using Redis as session storage
### Using redis as session storage

The component also provides a Session Storgae class which allows Blink to store application sessions into redis.
we can configure the session storage in the following way:
Expand Down

0 comments on commit 5768cc1

Please sign in to comment.