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

Add support for redis HASH commands #3

Open
vbawol opened this issue May 9, 2016 · 0 comments
Open

Add support for redis HASH commands #3

vbawol opened this issue May 9, 2016 · 0 comments

Comments

@vbawol
Copy link
Member

vbawol commented May 9, 2016

Add support for Redis http://redis.io/commands#hash commands.

It will allow for a more table like data structure that can help to reduce SQF logic calls needed to update existing data set.

Cons: cannot use getrange and must use in extension logic to work with more than the character limit.

@vbawol vbawol changed the title Add support for redis HASH Add support for redis HASH commands May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant