Closed bjosv closed 1 year ago
Adds a new public function redisClusterAsyncConnect2() which uses the attached event engine to get the initial slot map asynchronously compared to the legacy function redisClusterAsyncConnect() which is a blocking call.
redisClusterAsyncConnect2()
redisClusterAsyncConnect()
Closes #123
Adds a new public function
redisClusterAsyncConnect2()
which uses the attached event engine to get the initial slot map asynchronously compared to the legacy functionredisClusterAsyncConnect()
which is a blocking call.Closes #123