Skip to content

Conversation

@blitmaster
Copy link
Contributor

Added a new 'View as' format for Redis bitset.

bitset

@tiny-craft
Copy link
Owner

Thanks!
Can you offer any test case? E.g., redis set command

@blitmaster
Copy link
Contributor Author

Thanks! Can you offer any test case? E.g., redis set command

Sorry, which kind of test case do you mean? How can I build a test case?

I can manually create a bitset using SETBIT, if I then query for that key in the "Key Detail" panel, and switch to 'BitSet' format, I can see the bits I've set.

> SETBIT key 1 1
1
> SETBIT key 7 1
1
> GET key
A

@tiny-craft tiny-craft merged commit 9a2475d into tiny-craft:main Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants