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

Could you put some examples for each command? #11

Open
edu791 opened this issue Nov 21, 2019 · 4 comments
Open

Could you put some examples for each command? #11

edu791 opened this issue Nov 21, 2019 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@edu791
Copy link

edu791 commented Nov 21, 2019

I need to add a job but I don't know exactly what is the correct syntax.

This is my command:
add "{\"orderId\":185652}"

But it returns:

Error occured, seems "data" incorrect json

@darky
Copy link
Owner

darky commented Nov 22, 2019

Try add '{"orderId": 185652}'

@darky darky added the help wanted Extra attention is needed label Feb 3, 2020
@joebowbeer
Copy link

I'd like to see an example connecting to an ElastiCache clustercfg configuration endpoint.

@darky
Copy link
Owner

darky commented Jul 9, 2020

@joebowbeer sorry, I don't have experience with ElastiCache clustercfg
Does this have simple redis parameters: host, port, e.t.c ?

@joebowbeer
Copy link

The typical ElastiCache cluster has a single Configuration Endpoint that is used to create the IORedis.Cluster client.

However, in practice the ioredis client needs some custom config for ElastiCache, especially if encryption-at-rest is enabled. This is often handled by passing in a createClient factory method in the QueueOptions.

To support this in bull-repl, there would need to be a way to hook redis client creation and shutdown.

@darky darky added the enhancement New feature or request label Jul 18, 2020
@darky darky added the good first issue Good for newcomers label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants