redli icon indicating copy to clipboard operation
redli copied to clipboard

Redli - A humane alternative to the Redis-cli and TLS

Results 14 redli issues
Sort by recently updated
recently updated
newest added

I have using the Dockerfile to build a image and using that image i am able to run it locally. so, i tried to deploy into Kubernetes cluster. wrote a...

I have redis cluster with 3 nodes. while connecting to redis cluster using redli -u i get error when setting value or reading value due to cluster connect got moved...

.tar.gz files for windows are corrupted on releases 0.5.0, 0.5.1 and 0.5.2

It would be great for us Mac developers to be able to install redli via homebrew.

Hi Team, In the article, Mentioned like MONITOR command will not be supported by redli but we could see MONITOR as a valid command as per below the provided json....

Should match the behavior of `redis-cli`, e.g.: ```bash redli ... --rdb ~/Desktop/dump.rdb ```

enhancement

It would be nice to have support for mass insertion similar to `redis-cli --pipe` https://redis.io/topics/mass-insert

enhancement

https://github.com/IBM-Cloud/redli/pull/31 introduces a dockerfile to use redli in containerized environments. As a user of redli I want to easily consume the latest version of redli via a public container registry....

enhancement

Was almost happy to find this tool. Unfortunately, I need to be able to do this: redli -h hostname -a abc1234567890abc --tls set bar < filename.json I.e. load the data...

enhancement

Add a command line flag to support supplying a TLS SNI hostname (`crypto/tls.Config.ServerName`) that is different from the connecting hostname.

enhancement