Socket
Socket
Sign inDemoInstall

egg-redis

Package Overview
Dependencies
28
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

6

History.md
2.3.1 / 2019-04-10
==================
**fixes**
* [[`3b0fa5a`](http://github.com/eggjs/egg-redis/commit/3b0fa5a536517f722e94a304a7eb9e0e530a6328)] - fix(types): add multi client support for typescript (#27) (mars <<marshalys@gmail.com>>)
2.3.0 / 2018-12-18

@@ -3,0 +9,0 @@ ==================

2

index.d.ts

@@ -19,3 +19,3 @@ import { Redis, RedisOptions } from "ioredis";

interface Application {
redis: Redis;
redis: Redis & Singleton<Redis>;
}

@@ -22,0 +22,0 @@

{
"name": "egg-redis",
"version": "2.3.0",
"version": "2.3.1",
"description": "Redis plugin for egg",

@@ -5,0 +5,0 @@ "eggPlugin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc