Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

RedisClusterClientOptions

RedisClusterClientOptions: Omit<RedisClientOptions<Record<string, never>, Record<string, never>>, "modules" | "scripts">

RedisClusterType

RedisClusterType<M, S>: default<M, S> & WithCommands & WithModules<M> & WithScripts<S>

Type parameters

Generated using TypeDoc