Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
c23a973e
Commit
c23a973e
authored
Jul 25, 2018
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add profiling (vsp) files to gitignore
parent
d6d4683a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+2
-1
StackExchange.Redis.sln
StackExchange.Redis.sln
+1
-1
Program.cs
TestConsole/Program.cs
+0
-1
No files found.
.gitignore
View file @
c23a973e
...
...
@@ -23,4 +23,5 @@ test-results*.xml
packages/
StackExchange.Redis.Tests/*Config.json
t8.shakespeare.txt
launchSettings.json
\ No newline at end of file
launchSettings.json
*.vsp
\ No newline at end of file
StackExchange.Redis.sln
View file @
c23a973e
...
...
@@ -81,7 +81,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Failover", "Failover", "{D0
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Redis.Server", "StackExchange.Redis.Server\StackExchange.Redis.Server.csproj", "{8375813E-FBAF-4DA3-A2C7-E4645B39B931}"
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "KestrelRedisServer", "KestrelRedisServer\KestrelRedisServer.csproj", "{3DA1EEED-E9FE-43D9-B293-E000CFCCD91A}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "KestrelRedisServer", "KestrelRedisServer\KestrelRedisServer.csproj", "{3DA1EEED-E9FE-43D9-B293-E000CFCCD91A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
TestConsole/Program.cs
View file @
c23a973e
using
System
;
using
System.IO.Pipelines
;
using
System.Net
;
using
System.Threading.Tasks
;
using
StackExchange.Redis.Server
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment