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
bb6e533d
Commit
bb6e533d
authored
Jun 16, 2018
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Last of the StrongName cleanup
parent
6e77b9c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
StrongName.ps1
StrongName.ps1
+0
-3
index.md
docs/index.md
+1
-9
No files found.
StrongName.ps1
deleted
100644 → 0
View file @
6e77b9c4
$key
=
Import-StrongNameKeyPair -KeyFile StackExchange.Redis.snk
dir
StackExchange.Redis
*
/bin/Release/StackExchange.Redis.dll |
Set
-StrongName -KeyPair
$key
-Verbose -NoBackup -Force
nuget pack StackExchange.Redis.StrongName.nuspec
\ No newline at end of file
docs/index.md
View file @
bb6e533d
...
...
@@ -27,14 +27,6 @@ StackExchange.Redis can be installed via the nuget UI (as [StackExchange.Redis](
PM> Install-Package StackExchange.Redis
```
If you require a strong-named package (because your project is strong-named), then you may wish to use instead:
```
PowerShell
PM> Install-Package StackExchange.Redis.StrongName
```
(
[
for further reading, see here
](
http://blog.marcgravell.com/2014/06/snk-we-need-to-talk.html
)
)
Documentation
---
...
...
@@ -47,7 +39,7 @@ Documentation
-
[
Pub/Sub Message Order
](
PubSubOrder
)
- advice on sequential and concurrent processing
-
[
Where are `KEYS` / `SCAN` / `FLUSH*`?
](
KeysScan
)
- how to use server-based commands
-
[
Profiling
](
Profiling
)
- profiling interfaces, as well as how to profile in an
`async`
world
-
[
Scripting
](
Scripting
)
- running Lua scripts with convenient named parameter replacement
-
[
Scripting
](
Scripting
)
- running Lua scripts with convenient named parameter replacement
-
[
Testing
](
Testing
)
- running the
`StackExchange.Redis.Tests`
suite to validate changes
Questions and Contributions
...
...
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