Skip to content

Commit 0893adf

Browse files
committed
Update redis.html
1 parent 0b9212a commit 0893adf

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/wwwroot/sharp-apps/redis.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,17 @@ <h5>Beautiful, succinct, declarative code</h5>
7979
that would be required to convert the existing JavaScript Apps to a use different JavaScript fx.
8080
</p>
8181

82-
<h5><a href="https://github.com/sharp-apps/redis-html/blob/master/app.settings">app.settings</a></h5>
82+
<h4 id="app-settings">app.settings</h4>
8383

8484
<p>
85-
The <em>app.settings</em> for Redis is similar to Web App Starter above except it adds a <em>redis.connection</em>
86-
to configure a <a href="https://github.com/ServiceStack/ServiceStack.Redis#redismanagerpool">RedisManagerPool</a> at the
85+
The <a href="https://github.com/sharp-apps/redis-html/blob/master/app.settings">app.settings</a> for Redis is similar to Web App Starter above except it adds a
86+
<em>redis.connection</em> to configure a <a href="https://github.com/ServiceStack/ServiceStack.Redis#redismanagerpool">RedisManagerPool</a> at the
8787
<a href="https://github.com/ServiceStack/ServiceStack.Redis#redis-connection-strings">connection string</a> provided
8888
as well as <a href="/docs/redis-scripts">Redis Scripts</a> to give the scripts access to the Redis instance.
8989
</p>
9090

9191
<pre class="settings"><code>debug true
9292
name Redis Web App
93-
contentRoot ~/../redis-html
94-
webRoot ~/../redis-html
9593
redis.connection localhost:6379</code></pre>
9694

9795
<h3>Redis Vue</h3>

0 commit comments

Comments
 (0)