Closed rajmundtoth0 closed 3 days ago
Need better reasoning why we should add this. Should we add every single Redis command that exists?
Some methods are defined there, some are just passed through __call
. I am happy to define all the missing ones, so it will be consistent.
This PR defines the
lrange
function inPhpRedisConnection
class, instead of letting it pass to the__call(...
method.Benefits
Why This Change Doesn't Break Existing Features It is using the same function declaration as the underlying client expects, the feature was already there, just not defined.
How It Makes Building Web Applications Easier By enhancing autocompletion and suggestions and better test coverage.