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

Is there a way to increment hashes? #1046

Closed
adamgajzlerowicz opened this issue Apr 27, 2016 · 4 comments
Closed

Is there a way to increment hashes? #1046

adamgajzlerowicz opened this issue Apr 27, 2016 · 4 comments
Labels

Comments

@adamgajzlerowicz
Copy link

Why is there no way to increment hashes please?
Seems like this is one of the most basics features of Redis and its missing. Unless it is there but I am unable to find it in the documentation.
I definitely think that this is a must have feature.

  • Version: 2.6.0-1
  • Platform: Ubuntu 14.04
@dirkbonhomme
Copy link

Can't you do this?

redis.hincrby(hashkey, field, 1)

@dirkbonhomme
Copy link

The documentation only describes a few Redis commands. Afaik all commands are supported and they all follow the same kind of implementation as documented in the README :)

@adamgajzlerowicz
Copy link
Author

That's great - I will test it soon.

I am wondering if other people are also getting discouraged from using the software because of this? Would it be worth while writing a full doc with all features?

Thanks for your help!

@BridgeAR
Copy link
Contributor

@adamgajzlerowicz the README states multiple times to check the commands reference for a complete list of possible commands. The only documented commands in the README are and should be the ones that are handled special / need some further explanation on how to use them. If you have the feeling that the README is not obvious enough, I'd be glad to receive a pull request to improve it further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants