AspNetCoreRateLimit icon indicating copy to clipboard operation
AspNetCoreRateLimit copied to clipboard

Redis Store use a different Database Index

Open jxlarrea opened this issue 1 year ago • 1 comments

Hello,

I currently use Redis on my site for caching and use the default Database Index 0 (zero). When using AspNetCoreRateLimit with the Redis store, it also stores everything in the same database index. I would like to keep both separate and use a different database index for AspNetCoreRateLimit.

It doesn't seem to be possible as there is no documentation whatsoever regarding this. Any workaround?

jxlarrea avatar Nov 20 '22 05:11 jxlarrea