Download the PHP package nsnake/casbin-adapter-redis-adapter without Composer
On this page you can find all versions of the php package nsnake/casbin-adapter-redis-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nsnake/casbin-adapter-redis-adapter
More information about nsnake/casbin-adapter-redis-adapter
Files in nsnake/casbin-adapter-redis-adapter
Download nsnake/casbin-adapter-redis-adapter
More information about nsnake/casbin-adapter-redis-adapter
Files in nsnake/casbin-adapter-redis-adapter
Vendor nsnake
Package casbin-adapter-redis-adapter
Short Description Redis adapter for Casbin
License MIT
Package casbin-adapter-redis-adapter
Short Description Redis adapter for Casbin
License MIT
Please rate this library. Is it a good library?
Informations about the package casbin-adapter-redis-adapter
CasbinAdapter-Redis-Adapter
Redis adapter for Casbin
composer
How to use:
Notice:
PHP redis extensions support RedisCluster and Predis
CasbinAdapter-Redis-Adapter only support savePolicy and loadPolicy function。
##############################################################################
基于redis的Casbin快速存取
composer安装
使用方法:
注意:
RedisAdapter为了方便在在不同环境或者框架下都能的运行,因而使用依赖注入的方式,既模块本身不参与redis的连接过程,使用时只需要传入redis的句柄即可(例tp5.1下可以使用Cache::handler的方式获取)。目前支持的php扩展为Redis,RedisCluster和Predis 基于常用场景和执行效率的原因。RedisAdapter不支持自动保存和对单独的policy进行添加或者编辑操作,即和自带的文件存储一样都是整存整取。
All versions of casbin-adapter-redis-adapter with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package nsnake/casbin-adapter-redis-adapter contains the following files
Loading the files please wait ...