Skip to content

Commit c72110a

Browse files
andrejtonevkgolubictonijurjevic96as51340antoniofilipovic
authored
Adds warning regarding the use of TTL label and ttl property (#971)
* Update README.md * Added description for hiding sensitive information under database-man… (#873) * Docs improvements (#799) * Add NuRaft log file flag (#816) * Add health checks docs (#833) * Update HA examples * Add NuRaft log file env (#848) * Add leader/follower role (#857) Co-authored-by: Antonio Filipovic <[email protected]> * Add coordinator hostname HA configuration option (#860) * First leader * Update pages/clustering/high-availability.mdx Co-authored-by: Katarina Supe <[email protected]> --------- Co-authored-by: Kruno Golubic <[email protected]> Co-authored-by: Katarina Supe <[email protected]> * Add monitoring at runtime docs (#806) * Added description for hiding sensitive information under database-managment/logs * database-less connections update (#853) * Update HA docs * Added link to correct chapter * Fixed issues pointed out in pr * Add comments to PR review --------- Co-authored-by: Andi <[email protected]> Co-authored-by: Kruno Golubic <[email protected]> Co-authored-by: kgolubic <[email protected]> Co-authored-by: Antonio Filipovic <[email protected]> Co-authored-by: Katarina Supe <[email protected]> Co-authored-by: Josipmrden <[email protected]> Co-authored-by: andrejtonev <[email protected]> Co-authored-by: hal-eisen-MG <[email protected]> * TTL docs (#913) * TTL page * Update pages/querying/time-to-live.mdx * Update time-to-live.mdx * Update menu * Enterprise tag and timezone callout * PR comments --------- Co-authored-by: Kruno Golubic <[email protected]> Co-authored-by: kgolubic <[email protected]> * Prehashed password (#950) * Add warning about TTL label and ttl property --------- Co-authored-by: kgolubic <[email protected]> Co-authored-by: Kruno Golubic <[email protected]> Co-authored-by: tonijurjevic96 <[email protected]> Co-authored-by: Andi <[email protected]> Co-authored-by: Antonio Filipovic <[email protected]> Co-authored-by: Katarina Supe <[email protected]> Co-authored-by: Josipmrden <[email protected]> Co-authored-by: hal-eisen-MG <[email protected]>
1 parent 99b423b commit c72110a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/querying/time-to-live.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This is an ENTERPRISE feature.
1515

1616
Time-to-live allows a user to tag vertices with an expiration time. Once a vertex has expired, the vertex and all associated edges will be deleted.
1717

18+
<Callout type="warning">
19+
20+
The `TTL` label and `ttl` property are reserved names for TTL. See [Tagging vertices](#tagging-vertices) for more info.
21+
22+
</Callout>
23+
1824
<Callout type="info">
1925

2026
Time-to-live is implemented as a background job that periodically gets executed.

0 commit comments

Comments
 (0)