alwqx

Results 19 issues of alwqx

Hi, when I give only `hosts` and `port`, I get : ``` root@master:/# cassandra-web --hosts '192.168.10.134' --port '9042' TypeError: can't convert nil into Integer Usage: cassandra-web [options] -B, --bind BIND...

Hi, I see rq support redis cluster from https://github.com/rq/rq/pull/741, but django-rq does not provide doc or details for using redis cluster. I see code from https://github.com/rq/django-rq/blob/v1.0.1/django_rq/queues.py#L65-L107 ```python def get_redis_connection(config, use_strict_redis=False):...

http://catalog.mit.edu/subjects/6/ https://web.mit.edu/6.1800/www/index.shtml

Hi, I hack django-rq to support redis cluster, my code is https://github.com/adolphlwq/django-rq/commit/03d1fcb1e96c7603ced5e6a307a42d909e53d10d, which I use [redis-py-cluster](https://github.com/Grokzen/redis-py-cluster). But I run into error:`rediscluster.exceptions.ClusterCrossSlotError: Keys in request don't hash to the same slot`....

点击链接下载论文: [基于 Kubernetes 的调度算法研究与实现 | Research and Implementation of Kubernetes Scheduling Algorithm](https://github.com/user-attachments/files/19022809/ecnu_master_thesis_lwq.pdf)

Hi, this pr mainly make following improvements: 1. add _defaultApiClient for reuse I find that `api.ClientFromEnvironment()` is called more than one time by some functions in `cmd/cmd.go` (e.g. `RunHandler()` `generateInteractive`)....

Hi, I find some go code is not formatted, So I run `gofmt -w .` to format them.