Skip to content

Commit e05f4cc

Browse files
committed
interface reorganization
1 parent 4f3c623 commit e05f4cc

File tree

5 files changed

+2139
-2059
lines changed

5 files changed

+2139
-2059
lines changed

CSRedis/CSRedis.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@
9191
<Compile Include="Internal\Commands\RedisStatus.cs" />
9292
<Compile Include="Internal\Commands\RedisString.cs" />
9393
<Compile Include="Internal\Commands\RedisSubscription.cs" />
94-
<Compile Include="IRedisClientAsync.cs" />
9594
<Compile Include="IRedisClient.cs" />
95+
<Compile Include="IRedisClientAsync.cs" />
96+
<Compile Include="IRedisClientSync.cs" />
9697
<Compile Include="Properties\AssemblyInfo.cs" />
9798
<Compile Include="RedisClient.cs" />
9899
<Compile Include="Internal\RedisCommand.cs" />

0 commit comments

Comments
 (0)