UNPKG
blue-fish-redis
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
这是一个修复漏洞后的redis
github.com/ityifan/blue-fish-redis
ityifan/blue-fish-redis
blue-fish-redis
/
RedisBin.d.ts
8 lines
(7 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="ioredis" />
import
{
CoaRedis
,
Redis
}
from
'./typings'
;
export
declare
class
RedisBin
{
io
:
Redis
.
Redis
;
config
:
CoaRedis
.
Config
;
constructor
(
config
:
CoaRedis
.
Config
); }