Fix for #1988 - respect SELECT missing from command map by NickCraver · Pull Request #2023 · StackExchange/StackExchange.Redis

@NickCraver

This resolves #1988 by respecting when the `SELECT` command has been disabled. It's memoized which seems  bit extreme here but that's because we're inside the lock and every op matters. Measured locally to ensure no regressions.

@NickCraver marked this pull request as ready for review

March 6, 2022 23:34

@NickCraver

mgravell