fio redis client:* .foundries.io Web应用程序的Redis客户端 源码
Redis客户端包装,用于* .foundries.io Web应用程序。 它基于 nodejs客户端。 如何使用它 import redisClient from '@foundriesio/redis-client' ; return redisClient ( ) ; 配置 通过具有以下结构的JSON文件: { " redis " : { " host " : " The redis host, defaults to localhost " , " port " : " The redis port, defaults to 6379 " , " password " : " The redis access password " } } 可以使用FIO_CONFIG_FILE环境变量定义JSON文件: export FIO_CONFIG_F
文件列表
fio-redis-client-master.zip
(预估有个13文件)
fio-redis-client-master
.github
dependabot.yml
142B
src
.eslintrc.json
651B
config.js
1KB
index.js
2KB
.prettierrc
89B
LICENSE.md
11KB
README.md
894B
暂无评论