@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/redis>
  a schema:TechArticle ;
  schema:headline "Redis" ;
  schema:url <https://anchorfact.org/computer-science/redis/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/redis>
  schema:citation <https://redis.io/docs/latest/develop/data-types/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/redis>
  schema:citation <https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/redis>
  schema:citation <https://redis.io/docs/latest/operate/oss_and_stack/management/replication/> ;
  af:sourceTier "A" .