-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
- Loading branch information
1 parent
f4b2b88
commit be00aab
Showing
20 changed files
with
159 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,11 @@ | ||
# Yii Framework Redis Cache, Session and ActiveRecord extension | ||
# Yii Database Redis Cache, Session and ActiveRecord extension | ||
|
||
This extension provides the [redis](https://redis.io/) key-value store support for the Yii2 framework. | ||
It includes a `Cache` and `Session` storage handler and implements the `ActiveRecord` pattern that allows | ||
you to store active records in redis. | ||
## General usage | ||
|
||
Getting Started | ||
--------------- | ||
- [Using the ActiveRecord](usage-ar.md) | ||
- [Using commands directly](usage-commands.md) | ||
|
||
* [Installation](installation.md) | ||
## Additional topics | ||
|
||
Usage | ||
----- | ||
|
||
* [Using the ActiveRecord](usage-ar.md) | ||
* [Using commands directly](usage-commands.md) | ||
|
||
Additional topics | ||
----------------- | ||
|
||
* [Using the Cache component](topics-cache.md) | ||
* [Using the Session component](topics-session.md) | ||
- [Using the Cache component](topics-cache.md) | ||
- [Using the Session component](topics-session.md) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.