# Redis Commands ###### tags: `redis` ### open redis ``` redis-cli ``` ### list all tables ``` keys * ```