-
| Hi! It seems like rueidis more focuses on client side caching default mode. Do you have plans to improve client side caching broadcast mode? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rueian
          
      
      
        Feb 25, 2025 
      
    
    Replies: 1 comment 5 replies
-
| It does support broadcast mode: https://github.com/redis/rueidis?tab=readme-ov-file#broadcast-mode-client-side-caching What would you like to be improved? | 
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Invalidations and responses to a same key should be on the same connection to avoid racing and avoid caching staled data. You can try increasing the PipelineMultiplex for more connections on different keys or probably we need to find why the current implementation doesn’t work well with broadcast spikes.
The on going work #712 could also be helpful.