-
I am trying to get Wallabag running on my Synology NAS (Docker, MariaDB) but keep getting "500 Internal Server Error." I have my stack set as follows:
services:
wallabag:
image: wallabag/wa…
-
## Description
In DiceDB, the APPEND command is currently resetting the TTL (Time to Live) of a key to -1 (no expiration) instead of preserving the existing TTL. This behavior is inconsistent with …
-
➜ ~ kbcli version
Kubernetes: v1.27.11-gke.1062004
KubeBlocks: 0.9.0-beta.35
kbcli: 0.9.0-beta.27
1. create cluster
```
apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
na…
-
## Steps to reproduce
```
> RPUSH mylist "one" "two" "three" "four" "five"
(integer) 5
> LPOP mylist 2
(error) ERR wrong number of arguments for 'lpop' command
```
## Expected output
The…
-
## What happened?
Heroku is now using default TLS connection for Redis. The current settings parameter only supports non-secure connection.
## What should've happened instead?
The settings for p…
-
When everything is passed through port 5000 (to use with reverse-proxy (I use Traefik)), the NEXT_PUBLIC_BACKEND_URL is incorrect. It needs to have /api added to it in order to work.
Here is my wor…
-
## Steps to reproduce
1. Start the dicedb server and connect to it through whatever client(redis-cli or something else) you prefer.
2. Run the following commands in sequence.
a. `SET 10`
…
-
**Describe the bug**
Including un-indexed fields in FT.SEARCH RETURN, using HIGHLIGHT throws an error
**To reproduce**
1. Create an index for JSON with fields "name" and "description" AS Text…
-
We have a large-ish backlog of dead jobs, and we're looking to optimize which ones to retry. To do so, we need to look at the args of the jobs in the dead set and compare them to some state stored in …
-
old redis sentinel server version (4.x) doesn't support `AUTH` command, however current version (6.x) has already support this, we should also support it.
`redis-server sentinel.conf --sentinel --r…
bitsf updated
20 hours ago