Skip to content
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

Issue #6- Add Support for Redis Pub Sub #40

Closed

Conversation

Bradleywboggs
Copy link

@Bradleywboggs Bradleywboggs commented Dec 21, 2021

#6

Add support for Redis Pub Sub:

  • add config properties:
    redis.action can be publish or set (defaults to current behavior, set)
    redis.channel (optional) to specify which redis channel to publish to
  • update the put method to support a "streaming" action rather than a "batching" only.
  • added a RedisRecord class which encapsulates logic for determining the redis key and value, cleaning up the RedisTask a little bit

@Bradleywboggs Bradleywboggs deleted the feature/add-publish branch February 6, 2023 03:48
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.

1 participant