feat: add redis (wip)
parent
7d08af7150
commit
74fe61f598
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown-dark.min.css"
|
||||
/>
|
||||
<title>haunt98 posts</title>
|
||||
</head>
|
||||
<style>
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<body class="markdown-body">
|
||||
<div><a href="index.html">Index</a></div>
|
||||
<h1>
|
||||
<a id="user-content-redis" class="anchor" aria-hidden="true" href="#redis"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Redis
|
||||
</h1>
|
||||
<p>Just to save my noted for future me using Redis again.</p>
|
||||
<h2>
|
||||
<a
|
||||
id="user-content-redis-does-not-store-creation-time-of-keys"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
href="#redis-does-not-store-creation-time-of-keys"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Redis does not store creation time of keys
|
||||
</h2>
|
||||
<p>Why? Because TODO</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://stackoverflow.com/questions/9917331/time-of-creation-of-key-in-redis"
|
||||
rel="nofollow"
|
||||
>https://stackoverflow.com/questions/9917331/time-of-creation-of-key-in-redis</a
|
||||
>
|
||||
</p>
|
||||
|
||||
<div>
|
||||
Feel free to ask me via
|
||||
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
|
||||
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>. Source
|
||||
code is available on
|
||||
<a href="https://github.com/haunt98/posts-go">GitHub</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
# Redis
|
||||
|
||||
Just to save my noted for future me using Redis again.
|
||||
|
||||
## Redis does not store creation time of keys
|
||||
|
||||
Why?
|
||||
Because TODO
|
||||
|
||||
https://stackoverflow.com/questions/9917331/time-of-creation-of-key-in-redis
|
Loading…
Reference in New Issue