2

Is there a way to share the same EventLoop from VertX when creating a Lettuce-io Redis Client?

R2bits
  • 21
  • 1

1 Answers1

0

Currently not possible.

See this issue and this one which made the lettuce team to adopt Vert.x redis client because at the time, there was no way to to use the same event loop on Vertx and lettuce.