1
0
mirror of https://github.com/redis/go-redis.git synced 2025-11-05 14:10:37 +03:00
Files
go-redis/bitmap_commands.go
Sourabh 7be00c8725 fix(panic): Return error instead of panic from commands (#3568)
Instead of panic in few commands, we can return an error to avoid unexpected panics in application code.
2025-10-28 11:32:34 +02:00

6.9 KiB