redis

本文涉及的产品
云数据库 Redis 版,社区版 2GB
推荐场景:
搭建游戏排行榜
简介:
Java代码   收藏代码
  1. http://developer.baidu.com/wiki/index.php?title=docs/cplat/rt/demo  
  2. https://code.google.com/p/jdbc-redis/  
  3. http://tool.oschina.net/apidocs/apidoc?api=jedis-2.1.0  
  4. http://redis.io/  
  5. http://redis.readthedocs.org/en/latest/  
  6. http://www.cnblogs.com/shanyou/archive/2012/01/28/2330451.html  
  7. http://redis.readthedocs.org/en/latest/list/brpop.html#brpop  
  8. http://redis.io/clients#java 官方驱动  
  9. http://www.infoq.com/cn/articles/tq-redis-memory-usage-optimization-storage  
  10.   
  11. http://www.tuicool.com/articles/fQjIFre 好友列表排序zset 好友推荐 zet 取 共同好友取交集  
  12. http://redisdoc.com/ 命令参考 格式好  
  13. http://192.168.1.200:8080/git/lovelock/redis.git  
  14.   
  15. sudo /opt/redis-3.0.0/src/redis-server ./redis.conf  
  16. config set stop-writes-on-bgsave-error no  
  17. redis-cli -h 192.168.1.15 -c -p 6379  
相关实践学习
基于Redis实现在线游戏积分排行榜
本场景将介绍如何基于Redis数据库实现在线游戏中的游戏玩家积分排行榜功能。
云数据库 Redis 版使用教程
云数据库Redis版是兼容Redis协议标准的、提供持久化的内存数据库服务,基于高可靠双机热备架构及可无缝扩展的集群架构,满足高读写性能场景及容量需弹性变配的业务需求。 产品详情:https://www.aliyun.com/product/kvstore     ------------------------------------------------------------------------- 阿里云数据库体验:数据库上云实战 开发者云会免费提供一台带自建MySQL的源数据库 ECS 实例和一台目标数据库 RDS实例。跟着指引,您可以一步步实现将ECS自建数据库迁移到目标数据库RDS。 点击下方链接,领取免费ECS&RDS资源,30分钟完成数据库上云实战!https://developer.aliyun.com/adc/scenario/51eefbd1894e42f6bb9acacadd3f9121?spm=a2c6h.13788135.J_3257954370.9.4ba85f24utseFl
相关文章
|
1月前
|
存储 NoSQL Go
Redis 双端链表
Redis 双端链表
26 0
|
3月前
|
存储 消息中间件 NoSQL
|
5月前
|
存储 JSON NoSQL
redis中的value
需要注意的是,redis中的value是以二进制形式存储的,因此在存储和读取数据时需要进行序列化和反序列化操作。常用的序列化方式包括JSON、Protobuf、Msgpack等。示例代码如下
44 0
|
7月前
|
存储 NoSQL 中间件
redis
redis
31 0
|
7月前
|
消息中间件 缓存 NoSQL
### 1.2 使用Redis能做什么
### 1.2 使用Redis能做什么
28 0
|
7月前
|
存储 缓存 NoSQL
|
11月前
|
NoSQL 程序员 数据库
|
存储 缓存 监控
|
NoSQL Redis
Redis - RedisShardedPoolUtil & RedisShardedPool
Redis - RedisShardedPoolUtil & RedisShardedPool
97 0
|
存储 NoSQL Redis
Redis 为什么这么快?
Redis 为什么这么快?
105 0
Redis 为什么这么快?