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 hashes #48

Closed
costin opened this issue Jan 11, 2011 · 2 comments
Closed

add support for hashes #48

costin opened this issue Jan 11, 2011 · 2 comments

Comments

@costin
Copy link

costin commented Jan 11, 2011

Hashes are one of the big features added in Redis 2.0 but JRedis does not support them unfortunately (and neither does any of the JRedis forks that I've looked at)...

@alphazero
Copy link
Owner

I did my best to make it trivial to add commands. Its easy. The only 'hard' stuff right now is the messaging semantics which would require more than just adding methods and following a very basic pattern to hook it up. (You can look at the commits and pick one that adds a single command: it should show you exactly what is the process.)

Happen to have the hash doc url? I'll take a look.

@costin
Copy link
Author

costin commented Jan 11, 2011

Sure: http://redis.io/commands#hash

This issue was closed.
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