Skip to main content
什么是 Neo4j ?

Introduction

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.

-- 引自《https://neo4j.com/docs/getting-started/whats-neo4j/》


MarshioLess than 1 minuteIntroIntro
Redis 命令

基础

redis 有5大基础数据类型,string、hash、list、set、zset,还有3种其他数据类型,bitmap、hyperloglog、Geospatial

命令

远程

redis-cli -h <redis-server-ip> -p <redis-port> -a <password>

MarshioAbout 2 minIntroIntro