diff --git a/docs/2023-07-06-redis.html b/docs/2023-07-06-redis.html new file mode 100644 index 0000000..fc337f6 --- /dev/null +++ b/docs/2023-07-06-redis.html @@ -0,0 +1,61 @@ + + + + + + + haunt98 posts + + + +
Index
+

+ 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 +

+ +
+ Feel free to ask me via + email or + Mastodon. Source + code is available on + GitHub +
+ + diff --git a/posts/2023-07-06-redis.md b/posts/2023-07-06-redis.md new file mode 100644 index 0000000..5482a69 --- /dev/null +++ b/posts/2023-07-06-redis.md @@ -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