@iobroker/db-states-redis
Version:
The Library contains the Database classes for Redis based states database client.
10 lines • 354 B
TypeScript
export { StateRedisClient as Client } from './lib/states/statesInRedisClient.js';
export { interview } from './lib/states/interview.js';
/**
* Get the default port for the database
*
* @param host string of host(s)
*/
export declare function getDefaultPort(host: string): number;
export declare const Server: null;
//# sourceMappingURL=index.d.ts.map