Python redis: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 April 2021

  • curprev 19:1619:16, 17 April 2021Will talk contribs 189 bytes +189 Created page with "redis client for python <source lang="python"> import redis conn = redis.Redis(host='foo.bar.com', port=, password='password') conn.set('foo', 'bar') conn.get('foo') # >>> '..."