Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprenameNx delivers false on success #1
Comments
|
Hello, Thanks for this report. I'll have a look tomorrow morning and integrate your test. |
|
Cool. Thanks for this fast reply. |
|
Hello again, It seems that the either the return value of Could you please confirm that it works as expected? |
|
Works like a charm. All green :) . During the next weeks I am going to cover most phpredis functions with tests as I am currently building a higher level library. I'll let you know when I encounter something else. I hope this is not very anoying for you :) . |
|
Not at all, thanks for reporting this. The more I can fix, the better it will be :-) |
|
No description provided. |
If I use renameNx and rename a key to a key that is currently not existing the operation is performed well on Redis server. Nevertheless I get false as result from phpredis.
The follwing test fails: