-
| Is there one? I'm maintaining a package that I didn't write, and I don't know this go-redis package either. Renovate wants us to upgrade to v8, but I'm getting all sorts of compile errors from our code when I try that. How do I migrate our v7 code to v8 (or, soon apparently, v9)? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            monkey92t
          
      
      
        Jan 28, 2023 
      
    
    Replies: 1 comment
-
| In the v8 version, the ctx parameter is added to all API...You need to change them. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        jcburley
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
In the v8 version, the ctx parameter is added to all API...You need to change them.