Ugo Lattanzi

Results 53 comments of Ugo Lattanzi

Hi @oTcom I don't understand the need. `GetAsync(...)` isn't enought?

What about a Custom Serializer that doesn't return JObject instead of that? Morver why you prefer object instead of T?

Hi yes there are some breaking changes, it's a major so breaking changes are welcome, I'm working also on documentation @dotsad @rlightner this is an open source project, if you...

for your happines, the constraint has been removed, if you download the 8.0.3 you can store a value type directly into redis without any wrapping class.

Hi @nhaberl thanks for the suggestion. I'll check it. If it is urgent, please open a PR. Thanks

This feature is planned for v8. https://stackexchange.github.io/StackExchange.Redis/Streams

Hi @Chaosflo sorry but I didn't understand what's the problem here. Could you clarify?

Hi @mohammed-essa I think your problem is not related to this library (exactly like is not related to StackExchangeDistributedCache I think). The connection is something that is into the main...

Hi @CodeMasterYi right now you can't do that. Probably the easier solution Is to create a custom serialised with your rules inside and serialise with MsgPack or Json

HI @wuuer , what's the relation between SignalR and `StackExchange.Redis.Extensions.System.Text.Json` ? SignalR doesn't use my library to put and read data in redis. The only thing you can do is...