1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-08 19:52:07 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Hristo Temelski
7fbc42adad added godocs for bitop commands 2025-06-19 13:20:55 +03:00
Hristo Temelski
89cbc1a7bd Add support for new bitop operations 2025-06-17 11:01:15 +03:00
Akash Darshan
90c7a414ac Adding BitfieldRo in BitMapCmdable interface (#2962)
Co-authored-by: Monkey <golang@88.com>
2024-04-22 01:22:00 +08:00
Monkey
6833d2f8e1 fix: #2956 (#2957)
Signed-off-by: monkey92t <golang@88.com>
Co-authored-by: Vladimir Mihailenco <vladimir.webdev@gmail.com>
2024-04-06 16:21:14 +03:00
Nanthen Hale
8d2a022fd5 Add support for specifying bitcount unit as byte or bit, byte default (#2887)
* Add support for specifying bitcount unit as byte or bit, byte default

* Add bitcount test

* Test bitcount without unit specified

---------

Co-authored-by: wanghongwei5 <wanghongwei5@360.cn>
Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
2024-02-14 22:15:30 +02:00
ofekshenawa
1d784578df Add BITFIELD_RO Command (#2820)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-12-17 15:19:27 +02:00
Chayim
6199a2af2c Making command structs digestable (#2716)
* intial move

* adding stringcmdable

* moving module commands to align with other changes

---------

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
Co-authored-by: ofekshenawa <ofek.shenawa@redis.com>
2023-09-20 16:08:24 +03:00