Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction,...
Stats
Alexa Rank:
Popular in Country:
Country Alexa Rank:
language:
Response Time: 0.869876
SSL: Enable
Status: up
Code To Txt Ratio
Word Count 166
Links
ratio 41.627644114323
SSL Details
SSL Issuer:
Issuer: DigiCert TLS Hybrid ECC SHA384 2020 CA1
Valid From: 2022-02-15 00:00:00
Expiration Date: 2023-03-02 23:59:59
SSL Organization:
Signature c2914bfef17a3b5fe87cb88198c25aba7b7d9245
Algorithm: ecdsa-with-SHA384
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions...
Pierre Jambet
Hello, I'm Pierre I'm a backend web developer living in New York City. I specialize in modern web techologies with a special enthusiasm for Scala and Ruby on Rails. See my resume Tech Blog Running blog Redis in Ruby
Ashok Tankala Portfolio
Projects Course Finder Building team to improve the existing application to support the growth(30x) we expect in the next 5 years. Planning and implementing the technology and product roadmap, interfacing with the customers and business team and reporting to the CEO. Course Finder is an EdTech platform that enables KC...
Welcome to redis-py’s documentation! — redis-py dev documentation
Welcome to redis-py’s documentation!¶ Getting Started¶ redis-py requires a running Redis server, and Python 3.7+. See the Redis quickstart for Redis installation instructions. redis-py can be installed using pip via pip install redis. Quickly connecting to redis¶ There are two quick ways to connect to Redis. Assuming you run Redis...
RedisInsight | The Best Redis GUI
RedisInsight provides an intuitive and efficient graphical interface for Redis, allowing you to interact with your databases and manage your data.
Introduction to Library Systems
About Topics Focused Topics in Redis Introduction to Redis Semantic Server Docker Environment Agile Software Development BIBFRAME - Bibliographic Framework Model Development and Operations (DevOps) Dynamic Programming Languages The Economics of Library Technology Functional Requirements for Bibliographic Records (FRBR) Future Scenarios for Libraries and Library Systems GIT Distributed Source Version...
Introduction to Library Systems
About Topics Focused Topics in Redis Introduction to Redis Semantic Server Docker Environment Agile Software Development BIBFRAME - Bibliographic Framework Model Development and Operations (DevOps) Dynamic Programming Languages The Economics of Library Technology Functional Requirements for Bibliographic Records (FRBR) Future Scenarios for Libraries and Library Systems GIT Distributed Source Version...
Redis – 教程 – 代码如诗 一样可以点缀这个世界
Redis Fans 2015 年 7 月 9 日 2015 年 7 月 9 日 Redis应用及优化 获取Redis所有Key / 删除指定前缀的Key 获取Redis所有Key的方法: 1. 终端 获取所有Key命令:redis-cli keys &# … Read more "获取Redis所有Key / 删除指定前缀的Key" 6 个评论 Redis Fans 2014 年 4 月 21 日 2014 年 4 月 21 日 Redis命令 Redis设置Key的过期时间 – EXPIRE命令...
Welcome to redis-py’s documentation! — redis-py dev documentation
Welcome to redis-py’s documentation! Getting Started redis-py requires a running Redis server, and Python 3.7+. See the Redis quickstart for Redis installation instructions. redis-py can be installed using pip via pip install redis. Quickly connecting to redis There are two quick ways to connect to Redis. Assuming you run Redis...
Lettuce
Build elastic data access Lettuce is a scalable Redis client for building non-blocking Reactive applications Lettuce Lettuce is a fully non-blocking Redis client built with netty providing Reactive, Asynchronous and Synchronous Data Access . Java 8 types Lettuce provides asynchronous API with RedisFuture (CompletionStage) and Reactive types Flux [N] and...
Development Stack Analytics Platform for Tech Leaders
Measure and improve your software delivery and quality with signals from your git repositories and project management tools in a single unified database.
Redis 命令参考 — Redis 命令参考
Redis 命令参考¶ 本文档是 Redis Command Reference 和 Redis Documentation 的中文翻译版, 阅读这个文档可以帮助你了解 Redis 命令的具体使用方法, 并学会如何使用 Redis 的事务、持久化、复制、Sentinel、集群等功能。 Note 由本文档译者黄健宏创作的《Redis使用手册》正在热卖中,欢迎选购:RedisGuide.com 。 字符串 SET SETNX SETEX PSETEX GET GETSET STRLEN APPEND SETRANGE GETRANGE INCR INCRBY INCRBYFLOAT DECR DECRBY MSET MSETNX MGET 哈希表 HSET HSETNX HGET HEXISTS HDEL HLEN HSTRLEN HINCRBY HINCRBYFLOAT HMSET HMGET...