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

db: add support for persisting jobs on Redis #3

Merged
merged 6 commits into from
Jan 27, 2016
Merged

Conversation

fsouza
Copy link
Collaborator

@fsouza fsouza commented Jan 26, 2016

Each job will be a hash in Redis.

Francisco Souza added 6 commits January 26, 2016 17:52
It will save the Job using a Redis hash, generating a new ID if it's not
defined.
We should manage the connection in this package, this should not be a
job of the config package.
The Redis driver provides a call that returns the map.
@marzagao
Copy link
Contributor

LGTM, especially since this includes the decisions we agreed on together while @fsouza was doing the implementation, like having the SaveJob func generate the id.

marzagao added a commit that referenced this pull request Jan 27, 2016
db: add support for persisting jobs on Redis
@marzagao marzagao merged commit d367a25 into master Jan 27, 2016
@marzagao marzagao deleted the redis-repo branch January 27, 2016 01:10
flavioribeiro pushed a commit that referenced this pull request Apr 10, 2017
bumping bitmovin fork master to master
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