internal/rcache: skip nil values from MGET
Created by: unknwon
This PR add a nil-check to GetMulti
method, which simply skips to the next value. Also changed implementation to not include nil
s in the returned results list.
Fixes #7912.
Created by: unknwon
This PR add a nil-check to GetMulti
method, which simply skips to the next value. Also changed implementation to not include nil
s in the returned results list.
Fixes #7912.