redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Add support for BigDecimal #108

Closed hewrin closed 1 year ago

casperisfine commented 1 year ago

Thanks for the PR, but this is by design: https://github.com/redis-rb/redis-client#type-support

redis-client tries to only accept types that are supported by the protocol.