1

I am using springboot-redission for simple caching operations, using redission client as singleton bean (spring bean), i see thread dump many redission related threads are active. Is it because i keep the redisson client open always?.

is it recommended to open and close the client?, so each request would open and close the connection.

redisson

kantesh
  • 61
  • 1
  • 6

1 Answers1

1

You can reduce threads amount via nettyThreads setting.

Nikita Koksharov
  • 10,283
  • 1
  • 62
  • 71