-
Notifications
You must be signed in to change notification settings - Fork 56
doc: add Redis SET commands to Materia KV #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋` Review app deletedYou closed this PR and deleted the review app. |
bf1dc83 to
c3804d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds comprehensive documentation for Redis SET command support in Materia KV. The documentation covers all 17 SET commands that were recently implemented, ensuring users have complete reference material for SET data type operations. The changes include both the main documentation page and a changelog entry announcing the new feature.
Changes:
- Added "Set" to the list of supported value types in Materia KV documentation
- Documented all 17 Redis SET commands (SADD, SCARD, SDIFF, SDIFFSTORE, SINTER, SINTERCARD, SINTERSTORE, SISMEMBER, SMEMBERS, SMISMEMBER, SMOVE, SPOP, SRANDMEMBER, SREM, SSCAN, SUNION, SUNIONSTORE) with descriptions
- Updated the TYPE command description to include "set" as a valid return value
- Created a changelog entry announcing the new SET support feature
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| content/doc/addons/materia-kv.md | Added Set to supported types list, documented all 17 SET commands in the command reference table, and updated TYPE command description to include "set" |
| content/changelog/2026/02-05-materia-kv-set.md | Created changelog entry announcing SET command support with links to documentation |
05dab31 to
47df780
Compare
📝 What does this PR do?
Adds comprehensive Redis SET command support to the Materia KV documentation. This update includes all 17 Redis SET commands (SADD, SCARD, SDIFF, SDIFFSTORE, SINTER, SINTERCARD, SINTERSTORE, SISMEMBER, SMEMBERS, SMISMEMBER, SMOVE, SPOP, SRANDMEMBER, SREM, SSCAN, SUNION, SUNIONSTORE) that were recently implemented in Materia KV. The changes ensure users have complete reference documentation for SET data type operations.
🔗 Related Issue (if applicable)
🧪 Type of Change
✅ Quick Checklist
👥 Reviewers
@CleverCloud/reviewers