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

Redis whether support images, video storage #2641

Closed
hikerlook opened this issue Jun 25, 2015 · 1 comment
Closed

Redis whether support images, video storage #2641

hikerlook opened this issue Jun 25, 2015 · 1 comment

Comments

@hikerlook
Copy link

who can introduce in detail, thanks.

@badboy
Copy link
Contributor

badboy commented Jun 25, 2015

Redis makes no assumptions about the data it stores. The only limitation is that the protocol only accepts strings up to 512 Mb.
Apart from that, Redis stores everything in memory, so you can fill up your RAM pretty quickly with just a few large videos.
Depending on your use case it might be best to just store the media data on disk, and have some metadata stored in Redis.

Keep in mind that this issue tracker should be used for bugs or improvements to the Redis server. For questions like yours please ask on the mailing list or ask in the irc channel #redis on freenode.

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