Blowa
Blowa
Hi, I'm having the same problem, I tried to have a `HybridScopedCacheClient` but it does not retrieve any of my objects. Objects are stored with the right prefix (the one...
Hi, I totally forgot to share it yesterday. Of course, this is some examples I already tried : None of them worked :/ ```cs // first try (without arguments) private...
https://github.com/StackExchange/StackExchange.Redis/issues/1048#issuecomment-457373213 Following that suggestion I think it's a really clean way to do it (and does not require lot of code) Should Foundatio provide something like that ? (It's already...
I personally made my own key cache (a simple set of existing keys) in my Foundatio wrapper but maybe this can be added inside the CacheClient to have a list...
Thanks gonna finish that ASAP ;D
@Macley-Kun can you please give some details, I'm a bit busy those days because of exams. Did you have any compilation error ?
I will take a look as soon as possible
I will be able to take a look this weekend :)
Sorry for the delay, here is the migration and some more cleanup
It has been tested and it's now ready to be merged.