8.2.5 • Published 6 months ago

@types/ioredis-mock v8.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/ioredis-mock

Summary

This package contains type definitions for ioredis-mock (https://github.com/stipsan/ioredis-mock#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ioredis-mock.

index.d.ts

// Type definitions for ioredis-mock 5.6
// Project: https://github.com/stipsan/ioredis-mock#readme
// Definitions by: Lukas Elmer <https://github.com/lukaselmer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import RealIORedis = require('ioredis');

export default RealIORedis;
export type AddressFromResponse = RealIORedis.AddressFromResponse;
export type BooleanResponse = RealIORedis.BooleanResponse;
export type Callback<T> = RealIORedis.Callback<T>;
export type CallbackFunction = RealIORedis.CallbackFunction;
export type Cluster = RealIORedis.Cluster;
export type ClusterNode = RealIORedis.ClusterNode;
export type ClusterOptions = RealIORedis.ClusterOptions;
export type ClusterStatic = RealIORedis.ClusterStatic;
export type Command = RealIORedis.Command;
export type Commands = RealIORedis.Commands;
export type DNSLookupFunction = RealIORedis.DNSLookupFunction;
export type KeyType = RealIORedis.KeyType;
export type MultiOptions = RealIORedis.MultiOptions;
export type NatMap = RealIORedis.NatMap;
export type NodeConfiguration = RealIORedis.NodeConfiguration;
export type NodeRole = RealIORedis.NodeRole;
export type Ok = RealIORedis.Ok;
export type OverloadedBlockingListCommand<T, U> = RealIORedis.OverloadedBlockingListCommand<T, U>;
export type OverloadedCommand<T, U> = RealIORedis.OverloadedCommand<T, U>;
export type OverloadedEvalCommand<T, U> = RealIORedis.OverloadedEvalCommand<T, U>;
export type OverloadedHashCommand<T, U> = RealIORedis.OverloadedHashCommand<T, U>;
export type OverloadedKeyCommand<T, U> = RealIORedis.OverloadedKeyCommand<T, U>;
export type OverloadedKeyedHashCommand<T, U> = RealIORedis.OverloadedKeyedHashCommand<T, U>;
export type OverloadedListCommand<T, U> = RealIORedis.OverloadedListCommand<T, U>;
export type OverloadedScanCommand<T, U> = RealIORedis.OverloadedScanCommand<T, U>;
export type OverloadedSubCommand<T, U> = RealIORedis.OverloadedSubCommand<T, U>;
export type Pipeline = RealIORedis.Pipeline;
export type PreferredSlaves = RealIORedis.PreferredSlaves;
export type Redis = RealIORedis.Redis;
export type RedisOptions = RealIORedis.RedisOptions;
export type ScanStreamOption = RealIORedis.ScanStreamOption;
export type SecureContextOptions = RealIORedis.SecureContextOptions;
export type SecureVersion = RealIORedis.SecureVersion;
export type ValueType = RealIORedis.ValueType;

Additional Details

  • Last updated: Mon, 30 Aug 2021 18:01:19 GMT
  • Dependencies: @types/ioredis
  • Global values: none

Credits

These definitions were written by Lukas Elmer.

8.2.3

8 months ago

8.2.5

6 months ago

8.2.4

7 months ago

8.2.2

12 months ago

8.2.1

1 year ago

8.2.0

2 years ago

5.6.0

3 years ago