Skip to content
Prev Previous commit
Next Next commit
merge from base
  • Loading branch information
Nir Agai authored and Nir Agai committed Nov 4, 2019
commit 1d1271d5db6e972dd9647c552dcddbba2d12cf51
6 changes: 0 additions & 6 deletions RedisRepo/RedisContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using NLog;
using StackExchange.Redis;

namespace PubComp.RedisRepo
{
Expand Down Expand Up @@ -973,9 +970,6 @@ public IEnumerable<string> GetKeys(string pattern = null)

#region Lua Scripting

/// <summary>
/// Return a RedisScriptKeysAndArguments instance that can be passed later alongside a script
/// </summary>
public RedisScriptKeysAndArguments CreateScriptKeyAndArguments()
{
return new RedisScriptKeysAndArguments(Key);
Expand Down
3 changes: 0 additions & 3 deletions RedisRepo/RedisRepo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<RootNamespace>PubComp.RedisRepo</RootNamespace>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<AssemblyFileVersion>4.0.0.0</AssemblyFileVersion>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<Version>4.1.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.