4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
18 results tagged redis x
  • thumbnail
    Create a managed Amazon MemoryDB for Redis Cluster using the ACK MemoryDB Controller - ACK

    "Create Amazon MemoryDB Cluster Instances#

    You can create Amazon MemoryDB Clusters using the Cluster custom resource"

    They really name their CRD "Cluster" ?? :facepalm:

    16 avril 2022 à 11:03:14 UTC+2 - permalink - archive.org - https://aws-controllers-k8s.github.io/community/docs/tutorials/memorydb-example/
    aws crd memorydb redis
  • ElastiCache for Redis Terminology - Amazon ElastiCache for Redis
    23 octobre 2019 à 09:09:25 UTC+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Terms.html
    aws elasticache redis
  • thumbnail
    integrations-core/redisdb at master · DataDog/integrations-core · GitHub

    infos about datadog plugins

    8 octobre 2019 à 15:33:10 UTC+2 - permalink - archive.org - https://github.com/DataDog/integrations-core/tree/master/redisdb
    datadog redis
  • Redis streams as a pure data structure - <antirez>
    23 mars 2019 à 12:40:17 UTC+1 - permalink - archive.org - http://antirez.com/news/128
    redis stream
  • SELECT – Redis

    Today I worked with an app storing its key not into the default 'database/namespace' in redis.

    (default is 0)

    The app stores into 12. So I had to 'select 12' before being able to query keys

    24 mars 2018 à 10:33:44 UTC+1 - permalink - archive.org - https://redis.io/commands/select
    redis
  • thumbnail
    phpredis/cluster.markdown at develop · phpredis/phpredis · GitHub

    redis cluster php session handler

    18 août 2017 à 14:06:35 UTC+2 - permalink - archive.org - https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#session-handler
    cluster php redis
  • SET – Redis

    Un lock simple avec un seul redis master :

    SET lock_name random_value NX EX 250

    NX : crée seulement si existe
    EX : timeout en seconde

    Retirer le lock seulement en donnant la valeur de creation du lock

    Dans le cas de plusieurs serveurs redis pas du tout synchronisés, c'est plus compliqué (distributed lock) --> https://redis.io/topics/distlock

    M'enfin c'est quand meme plus simple d'utiliser une queue (RMQ, SQS..) quand on peut

    17 juillet 2017 à 15:12:40 UTC+2 * - permalink - archive.org - https://redis.io/commands/set
    lock redis
  • Creating a Redis (cluster mode enabled) Cluster with Replicas from Scratch - Amazon ElastiCache
    20 juin 2017 à 11:31:28 UTC+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.CreatingReplGroup.NoExistingCluster.Cluster.html
    aws redis
  • Creating a Redis (cluster mode disabled) Cluster with Replicas from Scratch - Amazon ElastiCache
    20 juin 2017 à 11:31:18 UTC+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.CreatingReplGroup.NoExistingCluster.Classic.html
    aws redis
  • Replication: Redis (cluster mode disabled) vs. Redis (cluster mode enabled) - Amazon ElastiCache
    20 juin 2017 à 09:59:57 UTC+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.Redis-RedisCluster.html
    aws redis
  • Replication: Multi-AZ with Automatic Failover (Redis) - Amazon ElastiCache
    19 juin 2017 à 17:05:58 UTC+2 - permalink - archive.org - http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoFailover.html
    aws redis
  • thumbnail
    RedisLabs/redis-migrate

    useful script to migrate redis server without downtime

    • http://boomboomboom.biz/blog/2013/09/07/migrate-redis-to-a-new-server-without-downtime/
    9 novembre 2015 à 14:55:05 UTC+1 - permalink - archive.org - https://github.com/RedisLabs/redis-migrate
    migrate python redis
  • thumbnail
    11 Common Web Use Cases Solved in Redis - High Scalability -
    1 janvier 2015 à 14:56:23 UTC+1 - permalink - archive.org - http://highscalability.com/blog/2011/7/6/11-common-web-use-cases-solved-in-redis.html
    redis usecase
  • Activité redis

    Pour voir rapidement si il y a des l'activité sur une instance redis :
    redis-cli info | grep -E 'used_memory:|changes|commands_processed'

    à lancer plusieurs fois et voir si les résultats changent

    ou bien un bon vieux tcpdump : tcpdump -i any dst port [port redis]

    13 octobre 2014 à 11:24:43 UTC+2 - permalink - archive.org - https://links.infomee.fr/?kA6_BQ
    redis
  • Redis Sentinel at Flickr | code.flickr.com

    HA redis avec sentinel

    12 août 2014 à 10:00:33 UTC+2 - permalink - archive.org - http://code.flickr.net/2014/07/31/redis-sentinel-at-flickr/
    ha redis
  • An introduction to Redis data types and abstractions – Redis
    11 juillet 2014 à 10:27:58 UTC+2 - permalink - archive.org - http://redis.io/topics/data-types-intro
    redis
  • Redis4You Redis Hosting | Article Library | Why RDBMS and SQL are difficult...
    19 mai 2014 à 08:20:15 UTC+2 - permalink - archive.org - http://redis4you.com/articles.php?id=004&name=Why+RDBMS+and+SQL+are+difficult
    redis sql
  • Redis new data structure: the HyperLogLog - Antirez weblog

    D'après ce que j'ai compris, hyperloglog est un algo qui a été implémenté dans redis et qui permet de compter plus rapidement et à moindre cout le nombre d'objet unique

    4 avril 2014 à 10:20:09 UTC+2 - permalink - archive.org - http://antirez.com/news/75
    hyperloglog redis
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation