Skip to content

Commit cd61b32

Browse files
author
Simon Prickett
authored
Merge pull request #143 from redis-developer/ajeetraina-patch-9
Update index-ratelimiting.mdx
2 parents b6c15d5 + 743cd9a commit cd61b32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/howtos/ratelimiting/index-ratelimiting.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import TabItem from '@theme/TabItem';
1010
import useBaseUrl from '@docusaurus/useBaseUrl';
1111
import RedisCard from '@site/src/theme/RedisCard';
1212

13-
Author: [Ajeet Singh Raina](https://twitter.com/ajeetsraina)
1413

1514
Rate limiting is a mechanism that many developers may have to deal with at some point in their life. It’s useful for a variety of purposes like sharing access to limited resources or limiting the number of requests made to an API endpoint and responding with a 429 status code.
1615

0 commit comments

Comments
 (0)