Skip to content

internal/rcache: skip nil values from MGET

Administrator requested to merge jc/rcache-check-nil-for-mget into master

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 nils in the returned results list.

Fixes #7912.

Merge request reports

Loading