simplest

Working with Redis should be simple and Pythonic
Download

simplest Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Zach Williams
  • Publisher web site:
  • http://zachwill.com

simplest Tags


simplest Description

simplest is a Python module that provides a simple working environment for Redis, in Python.Installationpip install simplestUsage>>> from simplest import Redis>>> r = Redis(db="test")>>> r is NoneTrue>>> r = 'xyz'>>> r'xyz'>>> r = (1, 2, 3)>>> r>>> r = set()>>> rset()Product's homepage


simplest Related Software