eaziz4

Results 5 issues of eaziz4

I'm getting the following errors with my web socket handler code. This was essentially completely copied from the sample websocket handler. I was getting wss:// errors so this is all...

With this code ``` using Result = std::vector; auto res = conn->command("FT.SEARCH", "betsIdx", "*", "RETURN", "1", "compressedBet", "LIMIT", "0", "10"); ``` where Result is defined like in https://github.com/sewenew/redis-plus-plus/issues/532, I get...

I want to run redis(and redisearch as a module) via installing from source. I installed redis 7.4.2 from source by running: ``` sudo make MALLOC=libc CFLAGS="-DUSE_PROCESSOR_CLOCK" sudo make install cd...

I'm looking to build an async/coro websocket client that will stay open indefinitely and continually subscribe/unsubscribe for more data based on the responses I get from my initial subscriptions. The...

I need to open a persistent connection with a server that will constantly feed me data using eventsource. Is this possible/documented anywhere with beast?