Skip to content

Commit

Permalink
fix weird phraseology apparently caused by s/redis/valkey/g (#198)
Browse files Browse the repository at this point in the history
Valkey does not "stand for Remote Dictionary Server". It is a remote
dictionary server.

Signed-off-by: Robert William Vesterman <[email protected]>
  • Loading branch information
rwv37 authored Dec 18, 2024
1 parent 373cc27 commit 79e5a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ valkey-cli -h 127.0.0.1 -p 6379

## Store and retrieve data

Valkey stands for Remote Dictionary Server. You can use the same data types as in your local programming environment but on the server side within Valkey.
Valkey is a remote dictionary server. You can use the same data types as in your local programming environment but on the server side within Valkey.

Similar to byte arrays, Strings store sequences of bytes, including text, serialized objects, counter values, and binary arrays. The following example shows you how to set and get a string value:

Expand Down

0 comments on commit 79e5a7e

Please sign in to comment.