File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ These APIs can be used as a standalone server using either Docker or manually
6
6
running a server. They can also be embedded in existing applications using HTTP
7
7
routes.
8
8
9
- Currently, this project provides a GraphQL API . Other API types are possible in
9
+ Currently, this project provides GraphQL APIs . Other API types are possible in
10
10
the future.
11
11
12
12
## Getting Started
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ enum SerialConsistency {
538
538
539
539
# ### Time-to-live (TTL)
540
540
541
- Time to live (TTL), defined in seconds, controls the amount of time a value
541
+ Time-to- live (TTL), defined in seconds, controls the amount of time a value
542
542
lives in the database before expiring e.g. ` ttl: 60` means the associated values
543
543
are no longer readable after 60 seconds. More information about TTL can be found
544
544
in [Expiring data with time-to-live].
You can’t perform that action at this time.
0 commit comments