redis

Python client for Redis key-value store
Download

redis Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Andy McCurdy
  • Publisher web site:
  • http://github.com/andymccurdy/

redis Tags


redis Description

Python client for Redis key-value store redis is the Python interface to the Redis key-value store.Usage:>>> import redis>>> r = redis.Redis(host='localhost', port=6379, db=0)>>> r.set('foo', 'bar') # or r = 'bar'True>>> r.get('foo')'bar'For a complete list of commands, check out the list of Redis commands here: http://code.google.com/p/redis/wiki/CommandReference Requirements: · Python


redis Related Software