- Classes
- Interfaces
No description
new(): Util
No properties
| Signature | Description |
|---|---|
static inflight newRedisClient(url: str, redisPassword: str): IRedisClient |
No description |
No description
new(): Redis
No properties
| Signature | Description |
|---|---|
inflight del(key: str): void? |
No description |
inflight get(key: str): str? |
No description |
inflight hGet(key: str, field: str): str? |
No description |
inflight hSet(key: str, field: str, value: str): void? |
No description |
inflight sAdd(key: str, value: str): void? |
No description |
inflight sMembers(key: str): Array? |
No description |
inflight set(key: str, value: str): void? |
No description |
inflight url(): str |
No description |
No description
new(): Redis_sim
No properties
| Signature | Description |
|---|---|
inflight del(key: str): void |
No description |
inflight get(key: str): str? |
No description |
inflight hGet(key: str, field: str): str? |
No description |
inflight hSet(key: str, field: str, value: str): void |
No description |
inflight sAdd(key: str, value: str): void |
No description |
inflight sMembers(key: str): Array? |
No description |
inflight set(key: str, value: str): void |
No description |
inflight url(): str |
No description |
No description
No properties
| Signature | Description |
|---|---|
inflight del(key: str): void |
No description |
inflight get(key: str): str? |
No description |
inflight hGet(key: str, field: str): str? |
No description |
inflight hSet(key: str, field: str, value: str): void |
No description |
inflight sAdd(key: str, value: str): void |
No description |
inflight sMembers(key: str): Array? |
No description |
inflight set(key: str, value: str): void |
No description |
inflight url(): str |
No description |
No description
No properties
| Signature | Description |
|---|---|
inflight connect(): void |
No description |
inflight del(key: str): void |
No description |
inflight disconnect(): void |
No description |
inflight get(key: str): str? |
No description |
inflight hGet(key: str, field: str): str? |
No description |
inflight hSet(key: str, field: str, value: str): void |
No description |
inflight sAdd(key: str, value: str): void |
No description |
inflight sMembers(key: str): Array? |
No description |
inflight set(key: str, value: str): void |
No description |
inflight url(): str |
No description |