commit | 01015d910f4b3361153c00173ba2998d0b312ba7 | [log] [tgz] |
---|---|---|
author | Mathew White <mafoo@Saturn.local> | Sun Mar 22 12:46:49 2015 +0000 |
committer | Mathew White <mafoo@Saturn.local> | Sun Mar 22 12:46:49 2015 +0000 |
tree | b2d9078b2686cad358ec4e17a73878f942d20704 | |
parent | 737a5660c09e844d44969d1b7e8165b5f0296e37 [diff] |
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.