started redisDB access
This commit is contained in:
12
src/NOCQ/DB/RedisDataase.cs
Normal file
12
src/NOCQ/DB/RedisDataase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using ctstone.Redis;
|
||||
|
||||
namespace NOCQ
|
||||
{
|
||||
public class RedisDataase
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
<Compile Include="Extensability\Catalog.cs" />
|
||||
<Compile Include="Imports\IDataImportHook.cs" />
|
||||
<Compile Include="Imports\DataImports.cs" />
|
||||
<Compile Include="DB\RedisDataase.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
@@ -65,5 +66,6 @@
|
||||
<ItemGroup>
|
||||
<Folder Include="Extensability\" />
|
||||
<Folder Include="Imports\" />
|
||||
<Folder Include="DB\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user