Skip to content

Instantly share code, notes, and snippets.

@stockholmux
Created October 27, 2017 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stockholmux/2cd0d4b720a4fc46251c63a0d0359124 to your computer and use it in GitHub Desktop.
Save stockholmux/2cd0d4b720a4fc46251c63a0d0359124 to your computer and use it in GitHub Desktop.
relationships between layers
[Your Application]
├── RediSearchClient - Abstraction
│ ├── node_redis-redisearch - Bindings to Redis module commands
└───┴── node_redis - Redis library for Node.js
└── Redis - Data Store
└── RediSearch - Redis Module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment