Skip to content Skip to sidebar Skip to footer

Monthly Archives: July 2026

__trashed 3

In the last blog I introduced Redis. In this blog I will cover some of the basics. Command Line Interface You can interact with the Redis server using the redis-cli command line interface. Here I am checking…

Neo4j Database Part 04: Cypher Object Notation

In the last blog I described the objects that make up a Neo4j database. In this blog I will discuss how we create each database object. It would be impossible to learn Neo4j without learning the Cypher query language. At…