egg-redis能不能有个例子

Created on 17 Feb 2017  ·  10Comments  ·  Source: eggjs/egg

请问,能不能有个egg-redis的例子

Most helpful comment

egg-redis怎么设置过期时间?

All 10 comments

@jtyjty99999 这个插件的 README 少了 example, 看完都不知道是不是挂在 app.redis

好的,谢谢了!!

用例有点问题, @jtyjty99999 我在改了

@kunzhijia 可以去看 egg-redis 的 README 或者测试用例

egg-redis怎么设置过期时间?

@nlove518
await redis.set('liveData', JSON.stringify(result), 'EX', 60)

有没有支持直接执行 redis 命令的方法,再套一层 api 怪麻烦的 。。。

This plugin based on ioredis, if you want to know specific usage, you should refer to the document of ioredis.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zlab picture zlab  ·  55Comments

zrxisme picture zrxisme  ·  44Comments

fengmk2 picture fengmk2  ·  44Comments

musicode picture musicode  ·  55Comments

kkys4bfgp75be9p picture kkys4bfgp75be9p  ·  36Comments