Skip to content

Instantly share code, notes, and snippets.

@gohlance
gohlance / mac-setup-redis.md
Last active February 3, 2022 12:44 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

redis default port : 6379

To change redis port:

redis-cli -p 1985

type below:

github link : https://github.com/luluhoc/medusa-plugin-ip-lookup-maxmind-updated
Download the geolite db
In backend/medusa-config.ts
{
resolve: `medusa-plugin-ip-lookup-maxmind-geoip2`,
/** @type {import('medusa-plugin-ip-lookup-maxmind-geoip2').PluginOptions} */
options: {
maxmind_db_path: "data/geodata/GeoLite2-Country.mmdb",