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

Does this mean git is backed by redis if i use the redis backend? #6

Open
hwongcom opened this issue Oct 1, 2014 · 2 comments
Open

Comments

@hwongcom
Copy link

hwongcom commented Oct 1, 2014

Does this mean git is backed by redis if i use the redis backend?

Is there one developed for ssdb from ideawu?

@t0xicCode
Copy link

It means that the git objects (files, commits, etc.) files are stored in redis. If ssdb is API compatible with redis, the redis backend will work with it.

@charypar
Copy link
Contributor

@hwongcom basically yes. Objects and refs get stored in Redis. Unless something changed, Redis backend can't deal with packed refs, so clones for instance won't work, if I understand correctly.

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

No branches or pull requests

2 participants