We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! The README illustrates the use of I guess a Redis GET command with:
row = rdb.get(item)
But what about other Redis commands? For example, how do I do a SET, or a HMSET?
The text was updated successfully, but these errors were encountered:
The bottle-redis is just a tiny wrapper around redis-py (https://github.com/andymccurdy/redis-py). You can read all documentation here: http://redis-py.readthedocs.org/en/latest/
The rdb object is a redis client.
rdb
Sorry, something went wrong.
No branches or pull requests
Hi! The README illustrates the use of I guess a Redis GET command with:
row = rdb.get(item)
But what about other Redis commands? For example, how do I do a SET, or a HMSET?
The text was updated successfully, but these errors were encountered: