From b24e7dd031b62d5bcabebfe031f7b08260ea5f9b Mon Sep 17 00:00:00 2001 From: Salvatore Mesoraca Date: Thu, 23 May 2024 15:43:47 +0200 Subject: [PATCH] Fix spellcheck - take 2 --- .github/wordlist.txt | 12 ++++++++++++ docs/examples/timeseries_examples.ipynb | 2 +- docs/redismodules.rst | 12 ++++++------ 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.github/wordlist.txt b/.github/wordlist.txt index 70cd09ad..7c1c9f9f 100644 --- a/.github/wordlist.txt +++ b/.github/wordlist.txt @@ -21,6 +21,7 @@ Jaeger Ludovico Magnocavallo McCurdy +Mesoraca NOSCRIPT NUMPAT NUMPT @@ -50,6 +51,7 @@ TCP TOPKCommands TimeSeriesCommands Uptrace +Valkey's ValkeyCluster ValkeyClusterCommands ValkeyClusterException @@ -58,6 +60,7 @@ ValkeyInstrumentor ValueError WATCHed WatchError +aiven api args async @@ -78,15 +81,19 @@ docstring docstrings eg exc +faq firsttimersonly fo genindex gmail hiredis +html http +https idx iff ini +io json keyslot keyspace @@ -96,6 +103,7 @@ localhost lua makeapullrequest maxdepth +mesoraca mget microservice microservices @@ -107,6 +115,7 @@ observability opentelemetry oss performant +placeholderkv pmessage png pre @@ -124,8 +133,11 @@ reinitialization replicaof repo runtime +salvatore sedrik +sexualized sharded +socio ssl str stunnel diff --git a/docs/examples/timeseries_examples.ipynb b/docs/examples/timeseries_examples.ipynb index 7e62aac6..9effd68a 100644 --- a/docs/examples/timeseries_examples.ipynb +++ b/docs/examples/timeseries_examples.ipynb @@ -6,7 +6,7 @@ "source": [ "# Timeseries\n", "\n", - "`valkey-py` supports [ValkeyTimeSeries](https://github.com/ValkeyTimeSeries/ValkeyTimeSeries/) which is a time-series-database module for Valkey.\n", + "`valkey-py` supports [RedisTimeSeries](https://github.com/RedisTimeSeries/RedisTimeSeries/) which is a time-series-database module for Valkey.\n", "\n", "This example shows how to handle timeseries data with `valkey-py`." ] diff --git a/docs/redismodules.rst b/docs/redismodules.rst index 4368a17e..dbd5a48c 100644 --- a/docs/redismodules.rst +++ b/docs/redismodules.rst @@ -4,10 +4,10 @@ Valkey Modules Commands Accessing valkey module commands requires the installation of the supported `Valkey module `_. For a quick start with valkey modules, try the `Valkeymod docker `_. -ValkeyBloom Commands +RedisBloom Commands ******************* -These are the commands for interacting with the `ValkeyBloom module `_. Below is a brief example, as well as documentation on the commands themselves. +These are the commands for interacting with the `RedisBloom module `_. Below is a brief example, as well as documentation on the commands themselves. **Create and add to a bloom filter** @@ -51,10 +51,10 @@ These are the commands for interacting with the `ValkeyBloom module `_. Below is a brief example, as well as documentation on the commands themselves. +These are the commands for interacting with the `RedisGraph module `_. Below is a brief example, as well as documentation on the commands themselves. **Create a graph, adding two nodes** @@ -132,10 +132,10 @@ below, an index named *my_index* is being created. When an index name is not spe ----- -ValkeyTimeSeries Commands +RedisTimeSeries Commands ************************ -These are the commands for interacting with the `ValkeyTimeSeries module `_. Below is a brief example, as well as documentation on the commands themselves. +These are the commands for interacting with the `RedisTimeSeries module `_. Below is a brief example, as well as documentation on the commands themselves. **Create a timeseries object with 5 second retention**