File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,5 +144,5 @@ connections efficiently. NRedisStack uses a different approach called
144144single connection. NRedisStack manages multiplexing for you automatically.
145145This gives high performance without requiring any extra coding.
146146See
147- [ Connection pools and multiplexing] ({{< relref "/develop/connect/ clients/pools-and-muxing" >}})
147+ [ Connection pools and multiplexing] ({{< relref "/develop/clients/pools-and-muxing" >}})
148148for more information.
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ client.get("city"); // Retrieved from cache
192192```
193193
194194You can see the cache working if you connect to the same Redis database
195- with [ ` redis-cli ` ] ({{< relref "/develop/connect /cli" >}}) and run the
195+ with [ ` redis-cli ` ] ({{< relref "/develop/tools /cli" >}}) and run the
196196[ ` MONITOR ` ] ({{< relref "/commands/monitor" >}}) command. If you run the
197197code above but without passing ` cacheConfig ` during the connection,
198198you should see the following in the CLI among the output from ` MONITOR ` :
You can’t perform that action at this time.
0 commit comments