Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
redis
rivalhw
HIVE CN 中文社区
Monday, October 9, 2023 2:40 AM
用Redis实现AI上下文所需要的格式数据
AI对话里常常需要用到上下文场景,而之前所做的客服里,每次的请求都是独立的,也就是没有提供上下文内容,这样用户每次对话,相当于独立的问答,很不友好。 有没有个方法可以解决这个问题? 我想到用Redis来实现,主要理由有两点: 一是Redis是基于内存的数据存储,相比较传统数据库,速度非常快; 二是Redis的存储读取非常方便,无需像传统数据库那般比较繁琐。 关于AI的上下文格式,
$ 19.948
152
3
janisplayer
deutsch
Tuesday, May 16, 2023 7:10 PM
Nextcloud Installation | Performant / Imaginary mit WebP / Memcache APCu & Redis
In diesem Beitrag geht es um eine leistungsstarke Einrichtung von Nextcloud. Erfahren Sie, wie Sie mit Hilfe von WebP, Imaginary und einer alternativen Foto-App nicht nur die Performance optimieren, sondern
$ 0.505
15
tommycordero
Blockchain Jobs
Saturday, April 9, 2022 8:57 AM
[JOBS] Senior Fullstack Engineer, FinTech (Remote Friendly) | Aave
Collaborate with Product, Design, and Engineering to define, prioritize, and build FinTech/Web3 features.
$ 0.168
17
1
3
inertia
hive
Monday, June 22, 2020 7:56 PM
Meeseeker 2.0
A block follower for multiple apps to stream the Hive Blockchain.
$ 28.404
89
4
1
zekepickleman
multiculturalism
Thursday, July 31, 2025 4:16 AM
Promoted
A Multicultural Celebration
So great to share people coming from all over the world to celebrate right back into that world through the blockchain.
$ 21.686
297
17
5
inertia
HiveDevs
Saturday, March 21, 2020 7:20 PM
Meeseeker on Hive
Meeseeker is a tool that will stream the blockchain to a redis datastore. It allows multiple apps to point at redis (with PUB/SUB) instead of streaming the blockchain directly. If you'd like to run Meeseeker
$ 22.207
70
6
1
inertia
development
Monday, January 20, 2020 6:39 AM
Meeseeker 1.0.0 Release
So I'm confidant in marking this project complete (for a change).
$ 9.073
127
10
2
inertia
development
Tuesday, October 8, 2019 5:50 AM
Meeseeker Handling JSON-RPC Batch - 0.0.9
I added the ability for meeseeker to degrade gracefully if the node does not support json-rpc-batch. This is determined by an error response code 413 (Request Entity Too Large), which will cause meeseeker
$ 8.699
66
6
davidpm
programming
Friday, August 9, 2019 3:01 AM
Disabling dangerous redis commands in Production redux
I recently read a great article from Honeybadger that muses on what could happen to a production environment if a fat fingered developer did something like: Redis.current.flushdb. This scared me enough
$ 0.000
1
1
1
tinaagustina
Worldmappin
Sunday, August 3, 2025 6:36 PM
Promoted
INDROKILO BOTANICAL GARDENS, BOYOLALI – The Excitement of Electric Bikes, Unique Spots, and Relaxing Coffee ☕️✨
-7.55908, 110.63105
Last month, my friends and I decided to relax at the Indrokilo Botanical Gardens in Boyolali.
$ 1.410
29
1
2
blackanger
rust
Monday, May 6, 2019 8:54 AM
【Rust日报】 2019-05-06
从零开始写 OS 超级详细的 rust OS 编写教程,作者是清华大学陈渝教授的学生。(上周日报报道过相关信息)。 感兴趣的可以关注下。 Read More 「视频」用Rust实现Redis的模块 #redis Read More Dyon正在引入高阶运算符重载功能 #dyon #lang
$ 0.000
0
inertia
utopian-io
Thursday, April 4, 2019 11:44 PM
Meeseeker Mosly Minor Steem Engine Fixes - 0.0.7
Most of these changes address bugs involving Steem Engine sync capability. If you're just using meeseeker for following steem blocks, this update will have almost no impact. Having said that, if you run
$ 53.315
191
7
inertia
utopian-io
Thursday, March 14, 2019 3:30 AM
Meeseeker Steem Engine Support - 0.0.6
As of 0.0.6, you can now sync the Steem Engine sidechain. So not only can you subscribe to the Steem Engine custom_json ids on the mainnet, you can also get the responses from contracts once they've been
$ 57.333
185
6
inertia
utopian-io
Monday, March 11, 2019 8:36 PM
Meeseeker Op Timestamps - 0.0.5
As of 0.0.5, op results contain a timestamp field. This field was missing because it's not really part of the op, but it makes sense to add it so if your app actually needs it, there's no need to do an
$ 5.297
54
7
1
dlmmqb
Hive Learners
Monday, August 4, 2025 1:53 AM
Promoted
'The Butterfly Effect' Artwork!
Exploring how small actions spark unintended competition in 'Butterfly Effect' artwork, revealing life's hidden fights.
$ 20.907
435
4
1
db2crush
redis
Tuesday, February 19, 2019 1:22 PM
레디스(Redis) 프로토콜 특징
1. Binary Safe 전송되는 데이터에 따라서 프로토콜이 오작동하지 않는다. 예를 들어 어떤 프로토콜이 데이터의 전송 종료를 알리기 위한 구분자로 줄바꿈 문자를 사용한다고 가정하자. 이때 텍스트 파일을 데이터로 전송하면 데이터가 전부 전송되지 못하고 종료되는 현상이 벌어진다. 이런 현상을 발생시키는 프로토콜들은 binary safe 하지 않다. 2. Type
$ 0.000
2
inertia
utopian-io
Monday, February 18, 2019 9:52 PM
Meeseeker Witness Schedule Pub/Sub - 0.0.4
As of 0.0.4, you can now subscribe to the witness schedule to track block production. Related commit: What Changed I added a new job called Meeseeker::WitnessScheduleJob that will publish to a channel
$ 7.611
141
6
1
inertia
utopian-io
Monday, February 11, 2019 5:37 PM
Meeseeker on Docker
Along with 0.0.3 release, you can now use docker to kick off meeseeker. Related commit: This will launch meeseeker in a docker container, so you can immediately attach to it on port 6380. docker run -d
$ 35.660
62
7
3
teamhumble
steemhunt
Wednesday, February 6, 2019 11:53 AM
Redis Desktop Manager - Cross-platform open source Redis DB management tool
Redis Desktop Manager Cross-platform open source Redis DB management tool Screenshots Hunter's comment data management application native to mac, windows or linux for you to deal with your redis containers.
$ 0.094
28
3
sujitsawant
ASEAN HIVE COMMUNITY
Friday, August 1, 2025 6:32 PM
Promoted
My Hive Blog - 15 : A Soulful Escape to Nature: Our Family Trip to Raudi Village Farmhouse
Hello my dear friend @sanjeevm and Also My HIVERS friends and also @asean.hive community friends. I hope you are all is very happy and enjoy your life with your family and also your health are very amazing.
$ 4.681
115
4
3
inertia
utopian-io
Friday, February 1, 2019 8:01 PM
Meeseeker Update - 0.0.3pre1
After the initial release of meeseeker, I came up with a few more improvements. At first, these changes were pretty small and only warranted small updates and, as such, I felt like all I had to do was
$ 6.700
269
8
inertia
utopian-io
Sunday, January 27, 2019 5:49 AM
I'm Mr. Meeseeks! Look at me!
Redis based block follower is an efficient way for multiple apps to stream the Steem Blockchain. If you have multiple applications that need to perform actions as operations occur, meeseeker will allow
$ 67.269
105
19
2
akintunde
utopian-io
Sunday, December 23, 2018 2:02 PM
REDIS - build your fastest cache system ever
Repository: REDIS stands for Remote Dictionary Index Server. REDIS is an open source NoSQL , in-memory & key-value database system that has supports for different data structures which includes strings,
$ 0.256
21
6
raghavgarg
cache
Thursday, September 6, 2018 6:56 PM
memcached vs Redis
Always confused between which to use? Here are comparisons between memcached and redis. Redis has multiple datatypes list, set etc unlike memcached Memcached has flat structure, multiple nodes but redis
$ 0.000
1
1
Top communities
Create decentralized community