Syra's Techbinder
@techbinder
627
subscribers
608
links
News and resources on programming, technology, security.
Use
@techbinderbot
to send us interesting contents, feedback us and subscribe to your favorite topics.
What is techbinder? Read it here:
https://goo.gl/rMAz3z
Download Telegram
Join
Syra's Techbinder
627 subscribers
Syra's Techbinder
https://redislabs.com/blog/writing-redis-modules#.WHDm9rbhC_A
Tags:
#Redis
#database
#C
#programming
Redis Labs
Writing
Redis
Modules |
Redis
Labs
I wanted to share the lessons I've learned as a sort of basic guide to writing modules. The documentation of the API is very good, but also very long. So take this guide as a TL;DR guide.
Syra's Techbinder
https://muut.com/blog/technology/redis-as-primary-datastore-wtf.html
Tags:
#Redis
#database
Muut
Redis
as the primary data store? WTF?!
Redis
is a key-value in memory data store typically used for caches and other such mechanisms to speed up web applications. We however store all our data in
Redis
as our primary database.
Syra's Techbinder
https://github.com/karlseguin/the-little-redis-book/blob/master/readme.md
Tags:
#redis
#database
#books
Github
the-little-
redis
-book/readme.md at master · karlseguin/the-little-
redis
-book · GitHub
Contribute to the-little-
redis
-book development by creating an account on GitHub.
Syra's Techbinder
https://redislabs.com/blog/redis-cell-rate-limiting-redis-module
Tags:
#programming
#redis
#database
Redis Labs
redis
-cell: a Rate Limiting
Redis
Module |
Redis
Labs
It is my absolute pleasure to present you with this guest post by Brandur Leach,
redis
-cell‘s author and winner of the 1st place in the
Redis
Modules Hackathon. The module is an efficient implementation of a rate limiter that can be used, for example, to…