Fixed redis cache save logic
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set.
1 file changed