You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stack/get-started/clients/_index.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,14 @@ Redis Stack is built on Redis and uses the same client protocol as Redis. As a r
9
9
10
10
To meaningfully support Redis Stack support, a client library must provide an API for the commands exposed by Redis Stack. Core client libraries generally provide one method per Redis Stack command. High-level libraries provide abstractions that may make use of multiple commands.
11
11
12
-
## Core client libraries
12
+
## Official client libraries
13
13
14
-
The following core client libraries support Redis Stack:
14
+
The following official client libraries support Redis Stack:
0 commit comments