redis-manager icon indicating copy to clipboard operation
redis-manager copied to clipboard

Redis manager for laravel-admin

Results 22 redis-manager issues
Sort by recently updated
recently updated
newest added

> Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi PHP Fatal error: Could not check compatibility between App\Exceptions\Handler::report(App\Exceptions\Exception $exception) and Illuminate\Foundation\Exceptions\Handler::report(Throwable $e), because class App\Exceptions\Exception is not available in C:\xampp\htdocs\zear\laravel8\app\Exceptions\Handler.php on line...

Undefined offset: 1 {"userId":1,"exception":"[object] (ErrorException(code: 0): Undefined offset: 1 at /occult-nas/projects/meta-occult.com/manger-oc-php/vendor/predis/predis/src/Command/ServerInfo.php:58)

Hi! I'm trying to upload the redis-manager, however, when I run the command it shows the error below. Where am I going wrong? **_command: php artisan admin:import redis-manager_** Error: Symfony\Component\Debug\Exception\FatalThrowableError...

如题,现在 2.X 版本安装不上

- #30 replace deprecate functions - #31 fix bug after string type is updated - #32 add key prefix process - #33 add phpredis process --- - #30 is not...

add different phpredis process from predis: - key-type in index page and update page, - key-ttl in index page, - redis-info in layout

fix index page: show prefix twice and wrong type and wrong ttl, fix other update/create/delete operations, add filter prefix to global search pattern: search pattern always start with prefix.

change string key update page submit type from form to pjax, because there is an exception after I update it and automatically reload page.

functions array_get() and array_has() have been deprecated since Laravel 6.0, so replace them with Illuminate\Support\Arr::get() and Illuminate\Support\Arr::has(), both the two new functions were found in Laravel 5.*

如果记录比较多的话,根木没办法看与余下的记录。 就显示第一页的那些数据,根本没用。 而且,搜索的时候,也不支持%...%的匹配,要搜索一个key的时候,必须把前面的一串都加上才能搜出来。