Skip to content

ScanAndGC -> independent Scan + GC

Mikhail Mazurskiy requested to merge ash2k/no-scan-and-gc into master

It's not safe to run GC from Scan because that is not transactional.

  • Unexport the key2ToRedisKey field

  • Unexport the key1ToRedisKey field

  • Unexport the client field

  • ScanAndGC -> independent Scan + GC

  • Update Refresh signature

Merge request reports