memcached/memcached

Memcached lru_crawler metadump doesn't returns END as response

Ouverte

#667 ouverte le 4 mai 2020

 (2 commentaires) (0 réaction) (0 personne assignée)C (3 327 forks)batch import
help wanted

Métriques du dépôt

Stars
 (14 185 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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?

Guide contributeur