summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the license link in the readme (#1778)Chayim2021-12-081-52/+52
|
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-011-2/+2
|
* Splitting documentation for read the docs (#1743)Chayim2021-11-251-1/+1
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-2/+266
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* Export Sentinel, and SSL like other classes (#1671)Terence Honles2021-11-081-1/+13
|
* starting to clean the docs (#1657)Chayim2021-10-281-168/+160
|
* Update badges in README.md (#1654)Guy Korland2021-10-281-3/+4
|
* re-enabling codecov as part of CI process (#1646)Chayim2021-10-261-1/+2
|
* Convert README & CONTRIBUTING from rst to md (#1633)David2021-10-261-0/+962
|
* keep historyandy2013-04-281-353/+0
|
* Update the README with accurate pipeline transaction informationTim Douglas2013-04-161-3/+3
|
* Added note that redis-py requires a running Redis server to connect to along ↵Dave2013-04-151-0/+3
| | | | with a link to installation instructions.
* Fix a typo in READMEbitterb2013-01-211-1/+1
| | | This is just a minor fix. Please see the diff.
* Update README.mdsaidimu apale2012-12-031-1/+1
|
* Update README.mdsaidimu apale2012-12-031-1/+1
|
* LUA examples in READMEandy2012-10-071-3/+64
|
* badge up the READMEandy2012-08-091-0/+2
|
* Correct typos in README.mdZak Johnson2011-11-071-3/+3
|
* Note about thread safety and piplines regarding #198andy2011-10-101-1/+1
|
* The pipeline object comes off of the existing Redis instance, not the redis ↵nicholasknight2011-08-151-1/+1
| | | | module.
* added a note about SETEX in the Redis classandy2011-08-041-0/+1
|
* Fix typo in READMEAdam Vandenberg2011-07-291-1/+1
|
* Fixed "Connetion" typoWoLpH2011-07-281-1/+1
|
* Renamed the base client class to StrictRedis, replacing ZADD and LREM in ↵andy2011-07-261-30/+35
| | | | favor of their official argument order. The Redis class is now a subclass of StrictRedis, implementing the legacy redis-py implementations of ZADD and LREM. Docs have been updated to suggesting the use of StrictRedis.
* docsandy2011-07-171-1/+1
|
* Added a `transaction` convenience method that eliminates boilerplate whenandy2011-07-171-0/+15
| | | | using pipelines while WATCHing variables.
* Pipelines can now be used as Context Managers. Thanks David Wolever. Fixes #160andy2011-07-171-5/+6
|
* Whoops, forgot `break`.David Wolever2011-07-131-0/+1
|
* Docs for proposed Pipeline context manager.David Wolever2011-07-131-22/+34
|
* Fixing example to include `finally: pipe.reset()`David Wolever2011-07-131-21/+27
|
* documentation about pipelinesandy2011-07-131-0/+75
|
* notes about LREM order of args and PubSub objects not being threadsafe.Andy McCurdy2011-06-211-0/+4
|
* get the argument name correctAndy McCurdy2011-06-071-4/+5
|
* documentation fix for #138Andy McCurdy2011-06-061-9/+13
|
* pipelines need the response_callback love, too. grammar fixes in docsAndy McCurdy2011-06-011-23/+24
|
* added ability for per-instance response callbacks. also, holy shit, ↵Andy McCurdy2011-06-011-473/+129
| | | | documentation!
* added `linsert()` to readme.Kenneth Reitz2011-04-091-1/+8
|
* command reference docs movedJustin Quick2011-01-191-1/+1
|
* typo in easy_install docs. fixes #79.Andy McCurdy2010-12-211-3/+2
|
* Add watch() to the READMETed Nyman2010-12-211-0/+3
|
* moved the Versioning Scheme section of the Readme up to the topAndy McCurdy2010-08-181-6/+6
|
* Yet some more adjustments to the READMEAntonio Ognio2010-08-171-7/+5
|
* Some other minor adjustments to the READMEAntonio Ognio2010-08-171-1/+0
|
* Some more adjustments to the READMEAntonio Ognio2010-08-171-7/+7
|
* Adding command reference and some other sections to the READMEAntonio Ognio2010-08-171-0/+466
|
* * fix for #21, make only the "db" argument of select() required. If host ↵Andy McCurdy2010-03-261-4/+4
| | | | | | and port aren't specified, the host/port options on the existing connection are used. * added HINCRBY support
* rename to get nice highlighing on github ;)andymccurdy2010-02-171-0/+33