Update documentation for Redis Queue v2.0.0 breaking changes #4
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.
Overview
This PR updates all documentation to reflect the breaking changes in Redis Queue version 2.0.0, where the plugin was renamed from "Redis Queue Demo" to "Redis Queue" and the namespace was changed from
Soderlind\RedisQueueDemotoSoderlind\RedisQueue.Changes Made
CHANGELOG.md
redis_queue_demo_*toredis_queue_*README.md
redis-queue-demotoredis-queueredis-queue-demo.ziptoredis-queue.zipredis_queue_demo()toredis_queue()redis_queue_demo_create_jobtoredis_queue_create_jobSoderlind\RedisQueueDemotoSoderlind\RedisQueuereadme.txt (WordPress.org)
Documentation Files (docs/*.md)
Updated all documentation files to use new naming conventions:
redis_queue_demo_*→redis_queue_*)Breaking Changes Documented
Soderlind\RedisQueueDemo→Soderlind\RedisQueueredis_queue_demo()→redis_queue()redis_queue_demo_*→redis_queue_*redis-queue-demo→redis-queueredis-queue-demotoredis-queuesoderlind/redis-queueMigration Example
The CHANGELOG now provides clear migration examples for developers:
Files Changed
Total: 9 files, 99 insertions(+), 102 deletions(-)
Notes
redis-queue/v1for API stabilityOriginal prompt
Created from VS Code via the GitHub Pull Request extension.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.