You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera
24
24
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
25
25
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
26
26
* Interactive tutorials to learn easily, among other things, how to leverage the native JSON data structure supporting structured querying and full-text search, including vector similarity search for your AI use cases
27
-
* Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database.
27
+
* Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database
28
28
* Profiler - analyze every command sent to Redis in real-time
29
29
* SlowLog - analyze slow operations in Redis instances based on the [Slowlog](https://github.com/RedisInsight/RedisInsight/releases#:~:text=results%20of%20the-,Slowlog,-command%20to%20analyze) command
30
30
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/manual/pubsub/), enabling subscription to channels and posting messages to channels
0 commit comments