Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey, What Exactly The Use Of Redis? I Can See That My Redis Is Getting Fuller And Fuller Over Time Can’T Find The Architecture Of Clearml In Docs

Hey, what exactly the use of redis? I can see that my redis is getting fuller and fuller over time
Can’t find the architecture of clearml in docs

  
  
Posted 2 years ago
Votes Newest

Answers 5


I see some keys from apiserver that are a couple of hundreds of mb

  
  
Posted 2 years ago

SuccessfulKoala55 Seems like apiserver uses redis as cache for ui pagination with a long ttl

  
  
Posted 2 years ago

Hi ScrawnyLion96 ,

I think it handles some data like worker stats. It's required for the server to run. What do you mean by the redis getting fuller and fuller?

  
  
Posted 2 years ago

ScrawnyLion96 which keys?

  
  
Posted 2 years ago

One of the keys:
b”<class ‘apiserver.database.model.base.GetMixin.GetManyScrollState’>/f4010ba7df0f45dbbea10a71fe568a94"

  
  
Posted 2 years ago
744 Views
5 Answers
2 years ago
one year ago
Tags