0
OriAssurant created
Is there a way to configure the redis integration to adjust the options for Runtime Global Thread Pool IO Threads and Runtime Global Thread Pool Worker Threads?
1 Answer(s)
-
0
Hi @OriAssurant
Here you can find the default allowed configuration https://aspnetboilerplate.com/Pages/Documents/Caching#redis-cache-integration
We are using
StackExchange.Redis
package for this integration. I tihnk you can directly configure it just like you do when using StackExchange.Redis package.