linux_java_redis_postgresql_常用命令

 redis 常用语法
telnet 192.168.18.210 6379
keys *
llen队列名称
llen 队列名称

postgresql常用语法
psql -h192.168.18.210 -Upostgres postgres
create database 库名
l列出所有库名
drop database 库名 删除库名

c article 进入库
原文地址:https://www.cnblogs.com/cphmvp/p/3994201.html