redis / redis-py

Redis Python client
MIT License
12.69k stars 2.53k forks source link

Fix bug with Redis Set commands returns List instead of Set #3399

Closed vladvildanov closed 1 month ago

vladvildanov commented 1 month ago

Pull Request check-list

Please make sure to review and check all of these items:

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

This PR removes misalignments between Set commands in RESP3 and RESP2, now the return type is Set in both cases

Closes #3390