Jun 11
Jun 11
Sure, I've already added the test process above.
> If the client side timeout is unset, it seems it will be filled as `rpc_timeout_milliseconds`, what does `rpc_timeout_milliseconds` set in your environment? > > https://github.com/apache/incubator-pegasus/blob/0fc00015a217da8a158b3cd1f1bafd9ab6631f7d/src/rpc/rpc_message.cpp#L299-L303 In the function ```message_ex::create_request```,...
Of course not, otherwise Redis performance wouldn't have improved. I will provide more detailed test data. one machine for server, one machine for client. **Version:** - Redis: 7.4.5 - Dragonfly:...
Thank you for your guidance. After pinning networking IRQs to differ CPUs, tail latency improved, but throughput still didn't increase significantly. Pipeline provided too little improvement for dragonfly; conversely, Redis...
I also found that many [items] are generated in the dragonfly directory. ``` dump-2025-12-xxT15:xx:xx-0063.dfs dump-2025-12-xxT15:xx:xx-summary.dfs. ``` I'm not sure what their is, maybe snapshot,or if it would be better to...
hhhhh,our machines don't connect to the internet by default. I try 6380 and other more. result as the same.
Thank you very much. I will continue to research the advantages of dragonfly and choose the appropriate key-value cache for our needs.