module FakeRedis::BitopCommand

def operator(operation)

def operator(operation)
  BIT_OPERATORS[operation.to_s.downcase]
end