Private functions#
RedisDatabase.__str__#
The string output function for debugging.
**RedisDatabase.__str__**(self)
__(this class constructor accepts no arguments):__
The easy-to-read string summary.
(this function does not raise any notable errors)
RedisDatabase.__repr__#
The string output function for debugging.
**RedisDatabase.__repr__**(self)
__(this class constructor accepts no arguments):__
The easy-to-read string summary.
(this function does not raise any notable errors)
Private attributes#
(None)