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

bottle-redis: how to use other commands besides get? #22

Open
dventimiglia opened this issue Jul 30, 2013 · 1 comment
Open

bottle-redis: how to use other commands besides get? #22

dventimiglia opened this issue Jul 30, 2013 · 1 comment

Comments

@dventimiglia
Copy link

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?

@iurisilvio
Copy link
Member

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.

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