Method: Familia::Connection#enable_redis_logging

Defined in:
lib/familia/connection.rb

#enable_redis_loggingBoolean

Returns Whether Redis command logging is enabled.

Returns:

  • (Boolean)

    Whether Redis command logging is enabled



21
22
23
# File 'lib/familia/connection.rb', line 21

def enable_redis_logging
  @enable_redis_logging
end