开发者

Redis Jedis使用技巧

0
  • Redis实战之Jedis使用技巧详解

    目录一、摘要二、Jedis2.1、基本使用2.2、连接池2.3、连接池配置2.4、字符串常用 API 操作2.5、哈希常用 API 操作2.6、列表常用 API 操作2.7、集合常用 API 操作2.8、有序集合常用 API 操作三、集群配置3.1、哨兵模式[详细]

    2022-12-23 09:02 分类:数据库
  • PHP - Shorter Magic Quotes Solution

    I\'m writing a app that needs to be portable. I know I should disable magic quotes on the PHP configuration but in this case I don\'t know if I can do that, so I\'m using the following开发者_开发问答[详细]

    2022-12-16 09:45 分类:问答