geoip_redis
geoip_redis copied to clipboard
Support for IPv6
@zabolotnov87 Do you plan to add support for IPv6? I could implement it.
@prodis Hi! I think it's not possible: ipv6 address is 128 bit length, but redis sorted sets use a double 64-bit floating point number to represent the score.
😞 I will take a look again.
Look at this...
https://redislabs.com/ebook/part-2-core-concepts/chapter-5-using-redis-for-application-support/5-3-ip-to-city-and-country-lookup/5-3-1-loading-the-location-tables/