Skip to content

Instantly share code, notes, and snippets.

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",
@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: