diff --git a/src/StackExchange.Redis/GeoEntry.cs b/src/StackExchange.Redis/GeoEntry.cs index 059fc531b..bf97404d2 100644 --- a/src/StackExchange.Redis/GeoEntry.cs +++ b/src/StackExchange.Redis/GeoEntry.cs @@ -68,7 +68,7 @@ public readonly struct GeoRadiusResult /// Tthe distance from the result. /// The hash of the result. /// The geo position of the result. - internal GeoRadiusResult(in RedisValue member, double? distance, long? hash, GeoPosition? position) + public GeoRadiusResult(in RedisValue member, double? distance, long? hash, GeoPosition? position) { Member = member; Distance = distance;