drobinetm/laravel-drobinetm-redis
Composer 安装命令:
composer require drobinetm/laravel-drobinetm-redis
包简介
Package to obtain the info of a redis server used by our application through a json response.
关键字:
README 文档
README
Laravel Redis Information
| Laravel package to get information from a Redis server with json response. |
How to Use
composer require drobinetm/laravel-drobinetm-redis
php artisan laravel-redis:install
In Your Project
-
Modify
phpredisbypredisin database.php config. -
Modify in database.php the connection config to your redis server.
Note: Laravel Docs
Then
-
Save the printed signature property in the console.
-
Send in the header of the links the value of the signature property: [Laravel-Redis-Signature] => signature value
Endpoints
-
[GET]
/redis/info| (Params - Optional)section: server|clients|memory|persistence|stats|replication|cpu|cluster|keyspace -
[GET]
/redis/keys| (Params - Optional)pattern: *|<any-pattern> -
[GET]
/redis/slow-log| (Params - Optional)argument: 1|<any-argument>
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-11

