You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
`RedisKey` is `ExpressibleByStringLiteral` but not
`ExpressibleByStringInterpolation` which is often just as useful.
Modifications:
- Add `ExpressibleByStringInterpolation` conformance to `RedisKey`
Result:
Users can create `RedisKey`s using string interpolation
0 commit comments