Deleting from Redis CachemaryfromcoloradoOct 8, 20191 min readI recently wrote a redis cache client implementation, and was getting an error deleting but you need to use KeyDeleteAsync, not DeleteAsync.
Comments