osrf_control --reset-message-bus
---------------------------------------------------------------------------
+
-[NOTE]
-===========================================================================
+Accessing the Redis Command Line
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The script which creates Redis OpenSRF accounts also disables the
'default' (password-less) Redis account for security reasons. To access
the Redis command line with full privileges, use the 'admin' user and
-associated password from the SYSCONFDIR/redis-accounts.txt file.
-===========================================================================
+associated password from the SYSCONFDIR/redis-accounts.txt file. For
+example:
++
+[source,bash]
+---------------------------------------------------------------------------
+REDISCLI_AUTH=f0d2ebcc-5a52-49e4-a910-a515144b4141 redis-cli --user admin
+---------------------------------------------------------------------------
Starting and stopping OpenSRF services
--------------------------------------