from csst_dag.redis import Redis
def test_redis_naoc():
r = Redis(location="naoc")
print(r) assert len(r.get_all()) == 0