Skip to content
#

caching

Here are 1,156 public repositories matching this topic...

haproxy
wtarreau
wtarreau commented Mar 23, 2022

Your Feature Request

Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a

type: feature good first issue
AiSY-Yang
AiSY-Yang commented Apr 26, 2022

version

EasyCaching.Redis 1.5.0
EasyCaching.Serialization.SystemTextJson1.5.1

我开始的时候把日志写错了 注意SerializerName的位置
i set a error configuration ,look out the section SerializerName ,the location is wrong

  "Sync": {
    "MaxRdSecond": 0,
    "EnableLogging": false,
    "dbconfig": {
      "SerializerName": "json",
      "AbortOnConnectFail": false,
      "Password": "",
      "En
wp-rocket
DahmaniAdame
DahmaniAdame commented Feb 25, 2022

Before submitting an issue please check that you’ve completed the following steps:

  • Made sure you’re on the latest version 3.10.8
  • Used the search feature to ensure that the bug hasn’t been reported before

Describe the bug
When a query string is set to be cached, it will be cached on pages excluded from caching as well.

To Reproduce
Steps to reproduce the behavio

type: bug good first issue module: cache priority: medium

Improve this page

Add a description, image, and links to the caching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the caching topic, visit your repo's landing page and select "manage topics."

Learn more