Simon Ninon
Simon Ninon
Hey Awanlin, For sure, here is how we're using it below We have a custom tech docs home page component when we use the EntityListDocsGrid and where we added a...
Thanks for the review, @agentbellnorm. I've used a ternary expression where suggested and added modified the documentation example to showcase the `ownedByUser` predicate. I've fully re-tested as well and confirmed...
I've found a temporary solution. Each time a disconnection happens, I build a redox object in order to try to establish a new connection. In code, in gives me something...
I currently use a simple solution in my application (it is working in production). If I want to reconnect, I simply close the previous connection and try to connect with...
Hi, Do you have a code example I can use to reproduce the issue? Best
Hi @IanHot, I checked quickly on the cpp_redis code to see if we have some particular handling on the `sha1` parameter of the `cpp_redis::client::evalsha` function, but we simply forward the...
Hey, Thanks for the suggestion, that sounds like a good idea, I'll look into it :) Best
Hi, Sorry for the delayed response. This library does not officially support the vcpkg package, so I am not sure how cpp_redis is available on it, and thus which version...
Hi @cblauvelt , Sorry to hear you encountered an issue while using cpp_redis. I tried your example on my side using the same flags, except that I compiled in C++11...