summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Collapse)AuthorAgeFilesLines
* Updated AWS Elasticache IAM Connection Example (#2702)Nick Gerow2023-05-031-12/+44
| | | Co-authored-by: Nick Gerow <nick.gerow@enlightedinc.com>
* Improving Vector Similarity Search Example (#2661)Tyler Hutcherson2023-04-131-24/+586
| | | | | | | | | | | | | | | | | * update vss docs * add embeddings creation and storage examples * update based on feedback * fix version and link * include more realistic search examples and clean up indices * completely remove initial cap reference --------- Co-authored-by: Chayim <chayim@users.noreply.github.com>
* ConnectionPool SSL example (#2605)CrimsonGlory2023-03-151-0/+21
|
* Fixed CredentialsProvider examples (#2587)Bar Shaul2023-03-151-20/+30
| | | Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Add TS.MGET example for OS Redis Cluster (#2507)Igor Malinovskiy2023-02-071-0/+41
|
* trivial typo fix (#2566)Rich Bowen2023-01-291-1/+1
| | | | | * trivial typo fix * trivial typo fix
* Add OpenTelemetry example with Uptrace backend (#2452)Vladimir Mihailenco2022-12-1410-0/+1067
| | | | | | | | | | | * chore: add opentelemetry example * chore: add opentelemetry API Jupyter notebook * chore: use a shorter title * chore: cleanup Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Removed bad tokens from connection_examples.ipynb to fix the json output (#2455)Bar Shaul2022-11-211-5/+0
|
* CredentialsProvider class added to support password rotation (#2261)Bar Shaul2022-11-102-54/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A CredentialsProvider class has been added to allow the user to add his own provider for password rotation * Moved CredentialsProvider to a separate file, added type hints * Changed username and password to properties * Added: StaticCredentialProvider, examples, tests Changed: CredentialsProvider to CredentialProvider Fixed: calling AUTH only with password * Changed private members' prefix to __ * fixed linters * fixed auth test * fixed credential test * Raise an error if username or password are passed along with credential_provider * fixing linters * fixing test * Changed dundered to single per side underscore * Changed Connection class members username and password to properties to enable backward compatibility with changing the members value on existing connection. * Reverting last commit and adding backward compatibility to 'username' and 'password' inside on_connect function * Refactored CredentialProvider class * Fixing tuple type to Tuple * Fixing optional string members in UsernamePasswordCredentialProvider * Fixed credential test * Added credential provider support to AsyncRedis * linters * linters * linters * linters - black Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Tidy up asyncio examples. (#2431)Sam Bull2022-10-301-41/+27
|
* vecsim docs fix (#2402)Chayim2022-09-281-1/+1
|
* Doc add timeseries example (#2267)Iglesys2022-07-251-0/+631
| | | | | | | | | | | | | * DOC add timeseries example * DOC add timeseries examples * Apply suggestions * Fix typo Detention period => Retention period Co-authored-by: Gauthier Imbert <gauthier@PC17>
* redis stream example (#2269)pedrofrazao2022-07-241-0/+754
| | | | | | | * redis stream example * redis stream example on docs/examples.rst Co-authored-by: pedro.frazao <perl.pf@netcf.org>
* DOC add pipeline examples (#2240)Iglesys2022-06-231-0/+308
| | | | | | | * DOC add pipeline examples * Add pipeline notebook to the example.rst file * retrigger checks
* Vector similarity search example (#2083)dvora-h2022-04-041-0/+107
| | | | | * copy example * fix
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+301
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> Co-authored-by: dvora-h <dvora.heller@redis.com>
* Add set and get examples (#1916)dogukanteber2022-02-061-0/+302
|
* Add type hints for JSON commands (#1921)dvora-h2022-02-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add type hints for json commands * Change json.clear test multi to be up to date with redisjson (#1922) * fix json clear test * fix json clear test * Add support for BZMPOP (#1851) * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments * add client no-evict (#1856) * Add support for ZINTERCARD (#1857) * add zintercard * fix pr comment * linters * Add support for EVAL_RO (#1862) * add sort_ro * mark test as onlynon cluster * delete mark test as onlynoncluster * add eval_ro * fix linters * delete sort_ro * fix pr comment * add type hints * add type hints * linters * Add support for EVALSHA_RO (#1863) * add evalsha-ro * fix pr comment * add type hints * add type hints * Fix naming conventions (#1872) * fix naming convention * fix worng changes * fix naming convention in rootPath
* Documentation fixes: JSON Example, SSL Connection Examples, RTD version (#1887)Chayim2022-01-191-0/+0
|
* Add search-json examples (#1886)dvora-h2022-01-192-180/+214
|
* OCSP Stapling Support (#1873)Chayim2022-01-172-84/+286
|
* Connection examples (#1835)dvora-h2021-12-303-0/+437
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>