near / read-rpc

Read-only NEAR RPC centralized-like performant solution
16 stars 4 forks source link

fix: clarified Redis connection errors and added Redis dependency to docker-compose files #278

Closed frolvanya closed 3 weeks ago

frolvanya commented 3 weeks ago

closes #274 closes #279

frolvanya commented 3 weeks ago

I would also like you to update the readme.md specify redis as an optional dependency and describe its use only when paired with near_state_indexer.

Should it be done in root README.md file or inside the rpc-server/README.md?

I've added some info to rpc-server/README.md, but I'm not sure if this is enough: https://github.com/near/read-rpc/blob/2a04ba3914128c8a0af01060123b249fda1383fb/rpc-server/README.md#redis-optional

khorolets commented 3 weeks ago

Should it be done in root README.md file or inside the rpc-server/README.md?

It's enough for now, we'll perform docs cleaning later.