Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: catcherwong <[email protected]>
  • Loading branch information
catcherwong committed Oct 6, 2024
1 parent a8a8e32 commit e9f94c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/RDBParser/Constant.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Dynamic;

namespace RDBParser
namespace RDBParser
{
public static class Constant
{
Expand Down
3 changes: 2 additions & 1 deletion tests/RDBParserTests/ClusterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ClusterTests(ITestOutputHelper output)
[Fact]
public void TestSoltInfo()
{
// set mykey v1
// set key{v1} v1
// set key{v12} v12
// bgsave
var path = TestHelper.GetRDBPath("redis74_cluster_slotinfo.rdb");

Expand Down

0 comments on commit e9f94c9

Please sign in to comment.