Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability.
Java并发编程(原理)
Posted on
|
In
High Concurrent
并发编程的目的是为了让程序运行得更快,但是,并不是启动更多的线程就能让程序最大限度地并发执行。因为存在上下文切换、死锁等问题
sql必知必会
Posted on
MySQL知识点
Posted on
|
In
database
Hello World
Posted on
|
In
test
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.