@relicx_/kernel 1.1.30 → 1.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -185,6 +185,7 @@ interface IRedisInterface {
185
185
  * @param pattern like this: "user:*"
186
186
  */
187
187
  ScanKeys(pattern: string): Promise<string[]>;
188
+ Select(db: number): Promise<"OK">;
188
189
  }
189
190
  declare class RedisConnection extends DBConnection implements IRedisInterface {
190
191
  private m_conn;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relicx_/kernel",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "kernel",
5
5
  "main": "index.js",
6
6
  "keywords": [