memcached/memcached

Memcached lru_crawler metadump doesn't returns END as response

Aberta

#667 aberto em 4 de mai. de 2020

 (2 comentários) (0 reação) (0 responsável)C (3.327 forks)batch import
help wanted

Métricas do repositório

Stars
 (14.185 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

We are currently working on getting all the keys in Memcached through:

lru_crawler metadump all

For this implementation, we are expecting END or OK at the end of result.

But Memcached doesn't return any response code after the end of data. It just simply returns the metadata.

lru_crawler metadump 1
key=key exp=-1 la=1588598718 cas=1 fetch=no cls=1 size=80

We are using Memcached version 1.4.33.

Is there any configuration that we need to set up for this to return a response code at the end (or) Is there any way that we can find the end of metadump result other than END or OK?

Guia do colaborador