This commit is contained in:
User
2024-12-30 02:26:17 +03:00
commit 8f96569b68
3 changed files with 43 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
## Rmphp/DataManager
Redis component for **Rmphp**
## Install
Stable version
```bash
composer require rmphp/redis
```
```bash
composer require rmphp/redis:"^1.0"
```
Dev version contains the latest changes
```bash
composer require rmphp/redis:"1.x-dev"
```