Search code examples
phpredisphpredis

What is method for Redis function ZUNIONSTORE() at library phpredis?


I use library phpredis. What is alternative function in library phpredis for the native redis function ZUNIONSTORE()


Solution

  • It's in the ZUNION method:

    https://github.com/nicolasff/phpredis#zunion

    First parameter is output key.