* Create the "legacy" (v3/callback) interface
()
| 1117 | * Create the "legacy" (v3/callback) interface |
| 1118 | */ |
| 1119 | legacy(): RedisLegacyClientType { |
| 1120 | return new RedisLegacyClient( |
| 1121 | this as unknown as RedisClientType<M, F, S> |
| 1122 | ) as RedisLegacyClientType; |
| 1123 | } |
| 1124 | |
| 1125 | /** |
| 1126 | * Create {@link RedisClientPool `RedisClientPool`} using this client as a prototype |
no outgoing calls