Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s/redis/valkey/ single commit with fixes #2

Merged
merged 8 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
aiven-sal marked this conversation as resolved.
Show resolved Hide resolved
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>`_.
mkmkme marked this conversation as resolved.
Show resolved Hide resolved


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