UNPKG

redis-memory-server

Version:

Redis Server for testing. The server will allow you to connect your favorite client library to the Redis Server and run parallel integration tests isolated from each other.

7 lines 308 B
import './util/resolve-config'; import RedisBinary from './util/RedisBinary'; import RedisInstance from './util/RedisInstance'; import RedisMemoryServer from './RedisMemoryServer'; export default RedisMemoryServer; export { RedisBinary, RedisInstance, RedisMemoryServer }; //# sourceMappingURL=index.d.ts.map