laravel-admin-extensions / redis-manager

Redis manager for laravel-admin
http://laravel-admin.org/
MIT License
103 stars 47 forks source link

没有分页,没有总数 #26

Open hxsen opened 4 years ago

hxsen commented 4 years ago

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

zhaojjiang commented 3 years ago

this is your own usage for redis, you can use *...* for regular expression math. if your have the require for paginate, you can develop it yourself, and new a pull request to add it to the extension.