Introduction
Less than 1 minute
Neo4j is a native graph database, which means that it implements a true graph model all the way down to the storage level. Instead of using a "graph abstraction" on top of another technology, the data is stored in Neo4j in the same way you may whiteboard your ideas.
redis 有5大基础数据类型,string、hash、list、set、zset,还有3种其他数据类型,bitmap、hyperloglog、Geospatial
redis-cli -h <redis-server-ip> -p <redis-port> -a <password>