Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

Dynomite-Redis master-master cluster - Flush cache #796

Open SaiKiranMarineni opened 3 years ago

SaiKiranMarineni commented 3 years ago

Hi Team,

I am running dynomite-v0.6.21-rc2-19-gb56cf6a with redis 6.2.4 with master-master configuration in 2 different servers as a Memory Datastore cache on CentOS Linux release 7.9.2009 (Core).

Here we are required to flush cache. i have tried below steps

1) redis-cli -h ipaddress -p 8379 2) flushall

and i am getting " Error: Server closed the connection " and in dynomite service status "redis_parse_req:1583 parsed unsupported command flushall " is there a way we can flush cache.

Thanks Sai

artarik commented 1 year ago

FLUSHALL is not supported list of supported commands placed here