vseloved / cl-redis

Redis client for Common Lisp
Other
188 stars 38 forks source link

add bitfield, bitfield_ro #39

Open djptek opened 1 year ago

djptek commented 1 year ago

Hi @vseloved

This PR adds BITFIELD (available since 3.2.0) and [BITFIELD_RO](https://redis.io/commands/bitfield/ and https://redis.io/commands/bitfield_ro/) (available since 6.0.0) to the client.

I've added tests with expected output based on expressions I ran under sbcl + Redis 6.4.2