Netflix / dynomite

A generic dynamo implementation for different k-v storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynomite-Redis master-master cluster - Flush cache

SaiKiranMarineni opened this issue · comments

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

FLUSHALL is not supported
list of supported commands placed here