Skip to content

Commit

Permalink
link "Efficiently store online with Redis and Rust"
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPodorvanov committed Sep 5, 2023
1 parent 90b4090 commit a382d60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Efficiently store online with Redis and Go
- [Збереження стану онлайну користувача в Redis](https://dou.ua/forums/topic/35260/)
- [Hash, Set чи Sorted set. Який тип даних вибрати для збереження стану онлайну користувача в Redis?](https://dou.ua/forums/topic/44655/)
- [Efficiently store online with Redis and Rust](https://github.com/doutivity/research-online-redis-rust)

# Support Ukraine 🇺🇦
- Help Ukraine via [SaveLife fund](https://savelife.in.ua/en/donate-en/)
Expand All @@ -11,9 +12,9 @@
# Databases
| Name | Stars | Language |
|---------------------------------------------------------|--------|----------------------------------------|
| [Redis](https://github.com/redis/redis) | 60900+ | [C](https://dou.ua/forums/tags/C/) |
| [KeyDB](https://github.com/Snapchat/KeyDB) | 7800+ | [C++](https://dou.ua/forums/tags/C++/) |
| [DragonflyDB](https://github.com/dragonflydb/dragonfly) | 20700+ | [C++](https://dou.ua/forums/tags/C++/) |
| [Redis](https://github.com/redis/redis) | 61300+ | [C](https://dou.ua/forums/tags/C/) |
| [KeyDB](https://github.com/Snapchat/KeyDB) | 7900+ | [C++](https://dou.ua/forums/tags/C++/) |
| [DragonflyDB](https://github.com/dragonflydb/dragonfly) | 20900+ | [C++](https://dou.ua/forums/tags/C++/) |

# Data structure usage examples
### Hash
Expand Down

0 comments on commit a382d60

Please sign in to comment.