# InMemoryDBField

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/vectorstores/inmemorydb/schema/InMemoryDBField)

Base class for Redis fields.

## Signature

```python
InMemoryDBField()
```

## Extends

- `BaseModel`

## Properties

- `name`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/6f2c135c815a3469f42b20321f585143dacbb889/libs/aws/langchain_aws/vectorstores/inmemorydb/schema.py#L32)