Skip to content

Commit

Permalink
Fix spellcheck - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-sal committed May 23, 2024
1 parent e6cfdf5 commit b24e7dd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Jaeger
Ludovico
Magnocavallo
McCurdy
Mesoraca
NOSCRIPT
NUMPAT
NUMPT
Expand Down Expand Up @@ -50,6 +51,7 @@ TCP
TOPKCommands
TimeSeriesCommands
Uptrace
Valkey's
ValkeyCluster
ValkeyClusterCommands
ValkeyClusterException
Expand All @@ -58,6 +60,7 @@ ValkeyInstrumentor
ValueError
WATCHed
WatchError
aiven
api
args
async
Expand All @@ -78,15 +81,19 @@ docstring
docstrings
eg
exc
faq
firsttimersonly
fo
genindex
gmail
hiredis
html
http
https
idx
iff
ini
io
json
keyslot
keyspace
Expand All @@ -96,6 +103,7 @@ localhost
lua
makeapullrequest
maxdepth
mesoraca
mget
microservice
microservices
Expand All @@ -107,6 +115,7 @@ observability
opentelemetry
oss
performant
placeholderkv
pmessage
png
pre
Expand All @@ -124,8 +133,11 @@ reinitialization
replicaof
repo
runtime
salvatore
sedrik
sexualized
sharded
socio
ssl
str
stunnel
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/timeseries_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
]
Expand Down
12 changes: 6 additions & 6 deletions docs/redismodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Valkey Modules Commands
Accessing valkey module commands requires the installation of the supported `Valkey module <https://docs.valkey.com/latest/modules/>`_. For a quick start with valkey modules, try the `Valkeymod docker <https://hub.docker.com/r/valkeylabs/valkeymod>`_.


ValkeyBloom Commands
RedisBloom Commands
*******************

These are the commands for interacting with the `ValkeyBloom module <https://valkeybloom.io>`_. Below is a brief example, as well as documentation on the commands themselves.
These are the commands for interacting with the `RedisBloom module <https://valkeybloom.io>`_. Below is a brief example, as well as documentation on the commands themselves.

**Create and add to a bloom filter**

Expand Down Expand Up @@ -51,10 +51,10 @@ These are the commands for interacting with the `ValkeyBloom module <https://val

------

ValkeyGraph Commands
RedisGraph Commands
*******************

These are the commands for interacting with the `ValkeyGraph module <https://valkeygraph.io>`_. Below is a brief example, as well as documentation on the commands themselves.
These are the commands for interacting with the `RedisGraph module <https://valkeygraph.io>`_. Below is a brief example, as well as documentation on the commands themselves.

**Create a graph, adding two nodes**

Expand Down Expand Up @@ -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 <https://valkeytimeseries.io>`_. Below is a brief example, as well as documentation on the commands themselves.
These are the commands for interacting with the `RedisTimeSeries module <https://valkeytimeseries.io>`_. Below is a brief example, as well as documentation on the commands themselves.
**Create a timeseries object with 5 second retention**
Expand Down

0 comments on commit b24e7dd

Please sign in to comment.