Merged
Conversation
👋` Review app deletedYou closed this PR and deleted the review app. |
bf1dc83 to
c3804d1
Compare
Contributor
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 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