Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for radius (0.27 sec)

  1. docs/bucket/notifications/README.md

    mc event add myminio/images arn:minio:sqs::1:redis --suffix .jpg
    mc event list myminio/images
    arn:minio:sqs::1:redis s3:ObjectCreated:*,s3:ObjectRemoved:* Filter: suffix=”.jpg”
    ```
    
    ### Step 3: Test on Redis
    
    Start the `redis-cli` Redis client program to inspect the contents in Redis. Run the `monitor` Redis command. This prints each operation performed on Redis as it occurs.
    
    ```
    redis-cli -a yoursecret
    127.0.0.1:6379> monitor
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  2. docs/tls/README.md

    ```
    
    ## 4. Install Certificates from Third-party CAs
    
    MinIO can connect to other servers, including MinIO nodes or other server types such as NATs and Redis. If these servers use certificates that were not registered with a known CA, add trust for these certificates to MinIO Server by placing these certificates under one of the following MinIO configuration paths:
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 8.4K bytes
    - Viewed (0)
Back to top