43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<a href="https://veitheller/git/carpentry/redis">
|
|
<div class="logo">
|
|
<img src="" alt="Logo">
|
|
<div class="index">
|
|
<ul>
|
|
<li>
|
|
<a href="RESP.html">
|
|
RESP
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="Redis.html">
|
|
Redis
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<h1>
|
|
redis
|
|
</h1>
|
|
<p>is a collection of modules for talking
|
|
to Redis.</p>
|
|
<pre><code>(load "https://veitheller/git/carpentry/redis@master")
|
|
</code></pre>
|
|
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</body>
|
|
</html>
|