fpco / libraries

FP Complete libraries mega-repo
2 stars 0 forks source link

checkRedisSchema should not error when schema not set. #181

Closed kantp closed 8 years ago

kantp commented 8 years ago

When the schema is checked for mismatch by the hpc-manager before a client has set the schema, we get an error. This should be avoided.

I propose we just emit a log from checkRedisSchema in case the schema is not yet set.