Skip to content

Commit

Permalink
update IRedisClient
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Nov 20, 2023
1 parent b7edf11 commit 27425a2
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 735 deletions.
5 changes: 3 additions & 2 deletions examples/console_net8/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;

namespace console_net8
{
Expand Down Expand Up @@ -47,8 +49,7 @@ class Program

static void Main(string[] args)
{

Console.WriteLine(typeof(GeoUnit).FromObject(null));
Console.WriteLine(typeof(GeoUnit).FromObject(null));
Console.WriteLine(typeof(GeoUnit).FromObject(""));
Console.WriteLine(typeof(GeoUnit).FromObject("ft"));
Console.WriteLine(Array.CreateInstance(typeof(GeoMember[]).GetElementType(), 0));
Expand Down
Loading

0 comments on commit 27425a2

Please sign in to comment.