nahanni / rw_redis_fdw

Other
97 stars 23 forks source link

Remove old member when updating zsets. #9

Closed schumajs closed 7 years ago

l-d-x commented 8 years ago

Can you do a quick strcmp to check if the resjunk.member and member are different before doing the ZREM so that it doesn't have to make a Redis API call unnecessarily?