1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-22 00:00:55 +03:00
Files
go-redis/redis.go
Kirill Motkov eca4e5d04c Some code improvements
* Rewrite if-else chain as a switch.
* Rewrite switch statement with only one case as if.
* Remove always true condition.
* Simplify some functions.
2019-04-17 16:14:30 +03:00

12 KiB