redis / redis-rb

A Ruby client library for Redis
MIT License
3.97k stars 1.03k forks source link

sadd? srem? - rant #1207

Closed taf2 closed 1 year ago

taf2 commented 1 year ago

This interface change in 4.7/4.8 gem series really makes no sense. question mark methods usually implement a read only method... File.exist? for example makes sense does the file exist does not change the file. Breaking compatibility in 5.0 also seems unnecessary what is the performance/usability improvement?

I realize this is a rant... but I'm faced now with updating thousands of lines of code and i think it will be easier to just fork.

byroot commented 1 year ago

Help yourself, that's what open source is for.