Skip to content

doc: add Redis SET commands to Materia KV#855

Merged
davlgd merged 1 commit intomainfrom
materia-kv/add-documentation-set
Feb 5, 2026
Merged

doc: add Redis SET commands to Materia KV#855
davlgd merged 1 commit intomainfrom
materia-kv/add-documentation-set

Conversation

@RaspY737
Copy link
Contributor

@RaspY737 RaspY737 commented Dec 15, 2025

📝 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

  • ⚠️ Bug fix
  • 📅 Changelog update
  • 📚 Documentation update
  • ✨ New content/feature
  • 🔧 Technical/maintenance

✅ Quick Checklist


👥 Reviewers

@CleverCloud/reviewers


@RaspY737 RaspY737 requested a review from davlgd December 15, 2025 14:25
@github-actions
Copy link

github-actions bot commented Dec 15, 2025

👋` Review app deleted

You closed this PR and deleted the review app.

Copy link
Contributor

Copilot AI left a 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

@davlgd davlgd force-pushed the materia-kv/add-documentation-set branch from 05dab31 to 47df780 Compare February 5, 2026 11:23
@davlgd davlgd merged commit be4eee4 into main Feb 5, 2026
1 of 3 checks passed
@davlgd davlgd deleted the materia-kv/add-documentation-set branch February 5, 2026 11:24
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