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

Storing extra data #19

Closed
altunyurt opened this issue May 20, 2016 · 1 comment
Closed

Storing extra data #19

altunyurt opened this issue May 20, 2016 · 1 comment

Comments

@altunyurt
Copy link

Is there a more efficient way to store extra data for scenarios like 'user x replied question y correctly|falsely in z seconds'?

I think implementations such as

mark_event("question:y:x:1/0', z)

would be neither effective nor useful for queries.

Some examples on this would be very helpful.

@imankulov
Copy link
Contributor

I'm not sure bitmapist is right tool for that. It's core feature is to keep track events with time, and in fact it's a quite tiny convenience wrapper around redis bit commands. In your case I would resort to simple bit operations on strings with Redis. Not sure if it's still relevant for you though :)

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